Skip to content
Snippets Groups Projects
Commit 27c627eb authored by Nico Weber's avatar Nico Weber
Browse files

fix typo "varaible"

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279639 91177308-0d34-0410-b5e6-96231b3b80d8
parent aa5fc8f0
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ struct Bar { ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment