diff options
author | Daniel Jasper <djasper@google.com> | 2012-05-30 04:30:08 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2012-05-30 04:30:08 +0000 |
commit | 41acbc62fb03717812ba3480109857f87a005c12 (patch) | |
tree | 6b2ce8afee34fb3f3efecc7117334b0002255c36 /clang/unittests/Tooling/RecursiveASTVisitorTest.cpp | |
parent | a3f904319687f01bcbf9e780ce5abdb4f8c1d5c0 (diff) | |
download | bcm5719-llvm-41acbc62fb03717812ba3480109857f87a005c12.tar.gz bcm5719-llvm-41acbc62fb03717812ba3480109857f87a005c12.zip |
Test commit - Fix typo in comment.
llvm-svn: 157674
Diffstat (limited to 'clang/unittests/Tooling/RecursiveASTVisitorTest.cpp')
-rw-r--r-- | clang/unittests/Tooling/RecursiveASTVisitorTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Tooling/RecursiveASTVisitorTest.cpp b/clang/unittests/Tooling/RecursiveASTVisitorTest.cpp index a26c9f3cb73..5a77673565c 100644 --- a/clang/unittests/Tooling/RecursiveASTVisitorTest.cpp +++ b/clang/unittests/Tooling/RecursiveASTVisitorTest.cpp @@ -316,7 +316,7 @@ TEST(RecursiveASTVisitor, VisitsExplicitTemplateSpecialization) { TEST(RecursiveASTVisitor, VisitsPartialTemplateSpecialization) { // From cfe-commits/Week-of-Mon-20100830/033998.html - // Contrary to the approach sugggested in that email, we visit all + // Contrary to the approach suggested in that email, we visit all // specializations when we visit the primary template. Visiting them when we // visit the associated specialization is problematic for specializations of // template members of class templates. |