diff options
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. \- |