From: Craig Topper Date: Fri, 12 Jan 2018 02:57:02 +0000 (+0000) Subject: [Docs] Fix typo in toolchain documentation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4b2f3a36b337e85073b24bdb8cd4b9dcc4edd1a;p=clang [Docs] Fix typo in toolchain documentation git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322347 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Toolchain.rst b/docs/Toolchain.rst index e727ccdc7c..06bde35c3d 100644 --- a/docs/Toolchain.rst +++ b/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.