diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-08-16 23:30:19 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-08-16 23:30:19 +0000 |
commit | 06b9f9ecaa95361128d93493fcb60087c46f87b0 (patch) | |
tree | 7338ba41fb47b94482967da6313ea500825a8290 /llvm/docs/CommandGuide | |
parent | 87198cd35cc84fa72652c001a86f35c5f85938d9 (diff) | |
download | llvm-06b9f9ecaa95361128d93493fcb60087c46f87b0.zip llvm-06b9f9ecaa95361128d93493fcb60087c46f87b0.tar.gz llvm-06b9f9ecaa95361128d93493fcb60087c46f87b0.tar.bz2 |
[typo] An LLVM.
llvm-svn: 188589
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-nm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst index cbc7af2..e501c4a 100644 --- a/llvm/docs/CommandGuide/llvm-nm.rst +++ b/llvm/docs/CommandGuide/llvm-nm.rst @@ -79,7 +79,7 @@ D Because LLVM bitcode files typically contain objects that are not considered to have addresses until they are linked into an executable image or dynamically compiled "just-in-time", :program:`llvm-nm` does not print an address for any -symbol in a LLVM bitcode file, even symbols which are defined in the bitcode +symbol in an LLVM bitcode file, even symbols which are defined in the bitcode file. |