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 | 13230064236e0cb916cefddcd75bd55d9ce15c41 (patch) | |
tree | 8c2aedee28ccf91c596c230d4407ae8420784dfe /docs/CommandGuide | |
parent | 80f60610826158dcbfbeb5c235ca0ea673d23281 (diff) | |
download | external_llvm-13230064236e0cb916cefddcd75bd55d9ce15c41.zip external_llvm-13230064236e0cb916cefddcd75bd55d9ce15c41.tar.gz external_llvm-13230064236e0cb916cefddcd75bd55d9ce15c41.tar.bz2 |
[typo] An LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvm-nm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-nm.rst b/docs/CommandGuide/llvm-nm.rst index cbc7af2..e501c4a 100644 --- a/docs/CommandGuide/llvm-nm.rst +++ b/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. |