diff options
| author | Sean Silva <silvas@purdue.edu> | 2012-09-21 19:48:16 +0000 |
|---|---|---|
| committer | Sean Silva <silvas@purdue.edu> | 2012-09-21 19:48:16 +0000 |
| commit | 747c639c27bc285f90531e19df8dd8181f4415ff (patch) | |
| tree | 9c2a8fae27a1e3b9624554a0d74741bd3902dc30 | |
| parent | 2ac9fd0a823466406ff6b7fc0bd6f6be594fbb44 (diff) | |
| download | bcm5719-llvm-747c639c27bc285f90531e19df8dd8181f4415ff.tar.gz bcm5719-llvm-747c639c27bc285f90531e19df8dd8181f4415ff.zip | |
docs: Fix long-standing typo in yaml2obj.rst.
llvm-svn: 164407
| -rw-r--r-- | llvm/docs/yaml2obj.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/yaml2obj.rst b/llvm/docs/yaml2obj.rst index cb59162e5ac..d051e7e22c0 100644 --- a/llvm/docs/yaml2obj.rst +++ b/llvm/docs/yaml2obj.rst @@ -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. |

