]> granicus.if.org Git - clang/commitdiff
Test commit - Fix typo in comment.
authorDaniel Jasper <djasper@google.com>
Wed, 30 May 2012 04:30:08 +0000 (04:30 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 30 May 2012 04:30:08 +0000 (04:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157674 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Tooling/RecursiveASTVisitorTest.cpp

index a26c9f3cb73157e9804fd09bd9cf866a4f48aaee..5a77673565caf4c2f61deb2587a36a417577be41 100644 (file)
@@ -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.