docs: Fix long-standing typo in yaml2obj.rst.
authorSean Silva <silvas@purdue.edu>
Fri, 21 Sep 2012 19:48:16 +0000 (19:48 +0000)
committerSean Silva <silvas@purdue.edu>
Fri, 21 Sep 2012 19:48:16 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164407 91177308-0d34-0410-b5e6-96231b3b80d8

docs/yaml2obj.rst

index cb59162e5acae0112594ca9a2cc4a21d022af896..d051e7e22c00e127d11c52e8fc38a866b439d0b6 100644 (file)
@@ -6,9 +6,9 @@ yaml2obj
 yaml2obj takes a YAML description of an object file and converts it to a binary
 file.
 
-    $ yaml2py input-file
+    $ yaml2obj input-file
 
-.. program:: yaml2py
+.. program:: yaml2obj
 
 Outputs the binary to stdout.