diff options
-rw-r--r-- | clang/docs/Toolchain.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/Toolchain.rst b/clang/docs/Toolchain.rst index e727ccdc7c1..06bde35c3da 100644 --- a/clang/docs/Toolchain.rst +++ b/clang/docs/Toolchain.rst @@ -106,7 +106,7 @@ Assember Clang can either use LLVM's integrated assembler or an external system-specific tool (for instance, the GNU Assembler on GNU OSes) to produce machine code from assembly. -By default, Clang uses LLVM's integrataed assembler on all targets where it is +By default, Clang uses LLVM's integrated assembler on all targets where it is supported. If you wish to use the system assember instead, use the ``-fno-integrated-as`` option. |