]> granicus.if.org Git - clang/commitdiff
Fix a typo. NFC.
authorVedant Kumar <vsk@apple.com>
Fri, 30 Jun 2017 21:02:14 +0000 (21:02 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 30 Jun 2017 21:02:14 +0000 (21:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306882 91177308-0d34-0410-b5e6-96231b3b80d8

test/Profile/cxx-structors.cpp

index 8e0fac163d9751812cf1100172b95867ce44d7f5..1af01babf3b12d8252685d472652e2610bb06494 100644 (file)
@@ -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 =