r306882 - Fix a typo. NFC.
Vedant Kumar via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 30 14:02:14 PDT 2017
Author: vedantk
Date: Fri Jun 30 14:02:14 2017
New Revision: 306882
URL: http://llvm.org/viewvc/llvm-project?rev=306882&view=rev
Log:
Fix a typo. NFC.
Modified:
cfe/trunk/test/Profile/cxx-structors.cpp
Modified: cfe/trunk/test/Profile/cxx-structors.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Profile/cxx-structors.cpp?rev=306882&r1=306881&r2=306882&view=diff
==============================================================================
--- cfe/trunk/test/Profile/cxx-structors.cpp (original)
+++ cfe/trunk/test/Profile/cxx-structors.cpp Fri Jun 30 14:02:14 2017
@@ -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 =
More information about the cfe-commits
mailing list