Fix typo in tutorial.
authorDouglas Katzman <dougk@google.com>
Tue, 2 Jun 2015 22:40:27 +0000 (22:40 +0000)
committerDouglas Katzman <dougk@google.com>
Tue, 2 Jun 2015 22:40:27 +0000 (22:40 +0000)
llvm-svn: 238885

clang/docs/LibASTMatchersTutorial.rst

index 1e88ec2..fe36511 100644 (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