diff options
Diffstat (limited to 'test/Profile/cxx-structors.cpp')
-rw-r--r-- | test/Profile/cxx-structors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Profile/cxx-structors.cpp b/test/Profile/cxx-structors.cpp index 8e0fac163d97..1af01babf3b1 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 = |