diff options
Diffstat (limited to 'clang/test/Profile/cxx-structors.cpp')
-rw-r--r-- | clang/test/Profile/cxx-structors.cpp | 2 |
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 = |