diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-09-13 14:58:24 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-09-13 14:58:24 +0000 |
commit | bb69208df851f94bdd51c4f14b1cf54be3ada599 (patch) | |
tree | 0a9eec80f0558bcd68e57af91db6711f3ced9a1a /llvm/docs/CommandGuide | |
parent | 6d186504216446a1620628057c10bddb9b0b9085 (diff) | |
download | bcm5719-llvm-bb69208df851f94bdd51c4f14b1cf54be3ada599.tar.gz bcm5719-llvm-bb69208df851f94bdd51c4f14b1cf54be3ada599.zip |
Fix a few spellos in docs.
(Trying to debug an incremental build thing on a bot...)
llvm-svn: 371860
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-nm.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst index f071e1be1a5..1efa15e2dfa 100644 --- a/llvm/docs/CommandGuide/llvm-nm.rst +++ b/llvm/docs/CommandGuide/llvm-nm.rst @@ -34,7 +34,7 @@ a, A b, B - Unitialized data (bss) object. + Uninitialized data (bss) object. C @@ -90,7 +90,7 @@ V ELF: Defined weak object symbol. This definition will only be used if no regular definitions exist in a link. If multiple weak definitions and no - regular definitons exist, one of the weak definitions will be used. + regular definitions exist, one of the weak definitions will be used. w @@ -101,7 +101,7 @@ W Defined weak symbol other than an ELF object symbol. This definition will only be used if no regular definitions exist in a link. If multiple weak definitions - and no regular definitons exist, one of the weak definitions will be used. + and no regular definitions exist, one of the weak definitions will be used. \- |