summaryrefslogtreecommitdiff
path: root/test/Profile/cxx-structors.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-07-01 13:24:05 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-07-01 13:24:05 +0000
commitcf1b401909b5e54edfd80656b1a18eaa31f9f6f1 (patch)
treeedb0ffff2a43d84ba9b4c862b394cfeeebb36ddc /test/Profile/cxx-structors.cpp
parentef915aab0ac566c55bfb0d7a9f6635bb5d94d4af (diff)
Diffstat (limited to 'test/Profile/cxx-structors.cpp')
-rw-r--r--test/Profile/cxx-structors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Profile/cxx-structors.cpp b/test/Profile/cxx-structors.cpp
index 8e0fac163d97..1af01babf3b1 100644
--- a/test/Profile/cxx-structors.cpp
+++ b/test/Profile/cxx-structors.cpp
@@ -33,7 +33,7 @@ Baz baz;
Baz baz2(1);
Quux qux("fi", "fo", "fum");
-// Profile data for complete constructors and destructors must absent.
+// Profile data for complete constructors and destructors must be absent.
// INSTR: @__profc__ZN3BazC1Ev =
// INSTR: @__profc__ZN3BazC1Ei =