From: Vedant Kumar Date: Fri, 30 Jun 2017 21:02:14 +0000 (+0000) Subject: Fix a typo. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5f56874aee1c1181a1e645d2c1d147f0db882b0;p=clang Fix a typo. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306882 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Profile/cxx-structors.cpp b/test/Profile/cxx-structors.cpp index 8e0fac163d..1af01babf3 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 =