]> granicus.if.org Git - clang/commitdiff
[Docs] Fix typo in toolchain documentation
authorCraig Topper <craig.topper@intel.com>
Fri, 12 Jan 2018 02:57:02 +0000 (02:57 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 12 Jan 2018 02:57:02 +0000 (02:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322347 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Toolchain.rst

index e727ccdc7c1ac63538fcc8aeb9eb98ad84fefb48..06bde35c3da6b088f2c765c87ac0f8a17ad3c346 100644 (file)
@@ -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.