summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/cxx-structors.cpp
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
commitc4ad41385374cfbd89bd1b4f2b0198029f472c4d (patch)
tree7f8b92dbd757f8629bae00ca64795b36cdbb8078 /clang/test/Profile/cxx-structors.cpp
parent2563984215a2a0ff13d1155e46548de1aee10a6d (diff)
downloadbcm5719-llvm-c4ad41385374cfbd89bd1b4f2b0198029f472c4d.tar.gz
bcm5719-llvm-c4ad41385374cfbd89bd1b4f2b0198029f472c4d.zip
Fix a typo. NFC.
llvm-svn: 306882
Diffstat (limited to 'clang/test/Profile/cxx-structors.cpp')
-rw-r--r--clang/test/Profile/cxx-structors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Profile/cxx-structors.cpp b/clang/test/Profile/cxx-structors.cpp
index 8e0fac163d9..1af01babf3b 100644
--- a/clang/test/Profile/cxx-structors.cpp
+++ b/clang/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 =
OpenPOWER on IntegriCloud