aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-08-16 23:30:19 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-08-16 23:30:19 +0000
commit06b9f9ecaa95361128d93493fcb60087c46f87b0 (patch)
tree7338ba41fb47b94482967da6313ea500825a8290 /llvm/docs/CommandGuide
parent87198cd35cc84fa72652c001a86f35c5f85938d9 (diff)
downloadllvm-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.rst2
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.