From: Nico Weber Date: Wed, 24 Aug 2016 16:37:21 +0000 (+0000) Subject: fix typo "varaible" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27c627ebdb1748d97cf7efa534890af582795f16;p=clang fix typo "varaible" git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279639 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/warn-range-loop-analysis.cpp b/test/SemaCXX/warn-range-loop-analysis.cpp index 91756b970e..98c4a18776 100644 --- a/test/SemaCXX/warn-range-loop-analysis.cpp +++ b/test/SemaCXX/warn-range-loop-analysis.cpp @@ -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: