fix typo "varaible"

llvm-svn: 279639
This commit is contained in:
Nico Weber 2016-08-24 16:37:21 +00:00
parent d08aa5c391
commit 8be5d034e4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ struct Bar {
// test1-6 are set in pairs, the odd numbers are the non-reference returning // test1-6 are set in pairs, the odd numbers are the non-reference returning
// versions of the even numbers. // versions of the even numbers.
// test7-9 use an array instead of a range object // 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. // T. Versions producing errors and are commented out.
// //
// Conversion chart: // Conversion chart: