r279639 - fix typo "varaible"

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 24 09:37:21 PDT 2016


Author: nico
Date: Wed Aug 24 11:37:21 2016
New Revision: 279639

URL: http://llvm.org/viewvc/llvm-project?rev=279639&view=rev
Log:
fix typo "varaible"

Modified:
    cfe/trunk/test/SemaCXX/warn-range-loop-analysis.cpp

Modified: cfe/trunk/test/SemaCXX/warn-range-loop-analysis.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/warn-range-loop-analysis.cpp?rev=279639&r1=279638&r2=279639&view=diff
==============================================================================
--- cfe/trunk/test/SemaCXX/warn-range-loop-analysis.cpp (original)
+++ cfe/trunk/test/SemaCXX/warn-range-loop-analysis.cpp Wed Aug 24 11:37:21 2016
@@ -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:




More information about the cfe-commits mailing list