]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238885 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibASTMatchersTutorial.rst

index 1e88ec203c9f8212133077383c87378a27fd79e1..fe36511a0cf51a84195f0cf5bee4204fac588881 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