]> granicus.if.org Git - clang/commitdiff
Test commit; please ignore.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Sat, 26 May 2018 02:29:14 +0000 (02:29 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Sat, 26 May 2018 02:29:14 +0000 (02:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333333 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaAttr.cpp

index b2e03ad370aaaf884640fa7ac0085cc91f3a3471..64f12f3f5e4926ccce5d80ad5a3eaf402a4283e5 100644 (file)
@@ -330,7 +330,7 @@ void Sema::PragmaStack<ValueType>::Act(SourceLocation PragmaLocation,
         Stack.erase(std::prev(I.base()), Stack.end());
       }
     } else if (!Stack.empty()) {
-      // We don't have a label, just pop the last entry.
+      // We do not have a label, just pop the last entry.
       CurrentValue = Stack.back().Value;
       CurrentPragmaLocation = Stack.back().PragmaLocation;
       Stack.pop_back();