Author: ctopper
Date: Thu Jan 11 18:57:02 2018
New Revision: 322347

URL: http://llvm.org/viewvc/llvm-project?rev=322347&view=rev
Log:
[Docs] Fix typo in toolchain documentation

Modified:
    cfe/trunk/docs/Toolchain.rst

Modified: cfe/trunk/docs/Toolchain.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/Toolchain.rst?rev=322347&r1=322346&r2=322347&view=diff
==============================================================================
--- cfe/trunk/docs/Toolchain.rst (original)
+++ cfe/trunk/docs/Toolchain.rst Thu Jan 11 18:57:02 2018
@@ -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.
 


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to