Fix typo in tutorial.

llvm-svn: 238885
This commit is contained in:
Douglas Katzman 2015-06-02 22:40:27 +00:00
parent 02c6acb5e0
commit 677324e0b5
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ You should now be able to run the syntax checker, which is located in
.. code-block:: console
cat "int main() { return 0; }" > test.cpp
echo "int main() { return 0; }" > test.cpp
bin/loop-convert test.cpp --
Note the two dashes after we specify the source file. The additional