diff options
author | Chris Lattner <sabre@nondot.org> | 2006-06-02 17:41:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-06-02 17:41:19 +0000 |
commit | a470694dc1da3539e9fa572d8ce7be52674e8457 (patch) | |
tree | 49c15013f8f96b71649c734e651192f07a47a7ef /llvm/docs/CommandGuide | |
parent | 40c5cf2d756786b7d3abead813f6fe442098104c (diff) | |
download | bcm5719-llvm-a470694dc1da3539e9fa572d8ce7be52674e8457.tar.gz bcm5719-llvm-a470694dc1da3539e9fa572d8ce7be52674e8457.zip |
tblgen isn't related to llvm2cpp. Fix typo
llvm-svn: 28655
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/tblgen.pod | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/docs/CommandGuide/tblgen.pod b/llvm/docs/CommandGuide/tblgen.pod index 9bb4e9a2405..c8244af5cea 100644 --- a/llvm/docs/CommandGuide/tblgen.pod +++ b/llvm/docs/CommandGuide/tblgen.pod @@ -108,12 +108,8 @@ Show the version number of this program. If B<tblgen> succeeds, it will exit with 0. Otherwise, if an error occurs, it will exit with a non-zero value. -=head1 SEE ALSO - -L<llvm2cpp|llvm2cpp> - =head1 AUTHORS -Mainteind by The LLVM Team (L<http://llvm.org>). +Maintained by The LLVM Team (L<http://llvm.org>). =cut |