[cfe-commits] r157674 - /cfe/trunk/unittests/Tooling/RecursiveASTVisitorTest.cpp

Daniel Jasper djasper at google.com
Tue May 29 21:30:08 PDT 2012


Author: djasper
Date: Tue May 29 23:30:08 2012
New Revision: 157674

URL: http://llvm.org/viewvc/llvm-project?rev=157674&view=rev
Log:
Test commit - Fix typo in comment.

Modified:
    cfe/trunk/unittests/Tooling/RecursiveASTVisitorTest.cpp

Modified: cfe/trunk/unittests/Tooling/RecursiveASTVisitorTest.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Tooling/RecursiveASTVisitorTest.cpp?rev=157674&r1=157673&r2=157674&view=diff
==============================================================================
--- cfe/trunk/unittests/Tooling/RecursiveASTVisitorTest.cpp (original)
+++ cfe/trunk/unittests/Tooling/RecursiveASTVisitorTest.cpp Tue May 29 23:30:08 2012
@@ -316,7 +316,7 @@
 
 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.





More information about the cfe-commits mailing list