[Docs] Fix typo in toolchain documentation

llvm-svn: 322347
This commit is contained in:
Craig Topper 2018-01-12 02:57:02 +00:00
parent 478d635156
commit a5bdee2414
1 changed files with 1 additions and 1 deletions

View 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.