summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2017-06-30 21:02:14 +0000
committerVedant Kumar <vsk@apple.com>2017-06-30 21:02:14 +0000
commite5f56874aee1c1181a1e645d2c1d147f0db882b0 (patch)
treebab2d36f09f9299a6576f5d0e7e5af9f1543cf62
parent9275ad44e059db448c53ea677ffd1901fa941e33 (diff)
Fix a typo. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306882 91177308-0d34-0410-b5e6-96231b3b80d8
-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 8e0fac163d..1af01babf3 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 =