From a5bdee2414f60d9751e84b2c19e07aec93b7589f Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 12 Jan 2018 02:57:02 +0000 Subject: [PATCH] [Docs] Fix typo in toolchain documentation llvm-svn: 322347 --- clang/docs/Toolchain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/Toolchain.rst b/clang/docs/Toolchain.rst index e727ccdc7c1a..06bde35c3da6 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.