]> granicus.if.org Git - clang/commitdiff
fix typo "varaible"
authorNico Weber <nicolasweber@gmx.de>
Wed, 24 Aug 2016 16:37:21 +0000 (16:37 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 24 Aug 2016 16:37:21 +0000 (16:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279639 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/warn-range-loop-analysis.cpp

index 91756b970e97da0343b5fbb18c24d6d375ef6ba1..98c4a18776a14528350fb72330ed7632a5b27c3f 100644 (file)
@@ -29,7 +29,7 @@ struct Bar {
 // test1-6 are set in pairs, the odd numbers are the non-reference returning
 //   versions of the even numbers.
 // test7-9 use an array instead of a range object
-// tests use all four versions of the loop varaible, const &T, const T, T&, and
+// tests use all four versions of the loop variable, const &T, const T, T&, and
 //   T.  Versions producing errors and are commented out.
 //
 // Conversion chart: