diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 9bbb1d5c3ab..9db9bb26034 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -86,9 +86,10 @@ needed to use LLVM. It contains an assembler, disassembler, bitcode analyzer and bitcode optimizer. It also contains basic regression tests that can be used to test the LLVM tools and the Clang front end.
-The second piece is the Clang front end. This component compiles C, C++, -Objective C, and Objective C++ code into LLVM bitcode. Once compiled into LLVM -bitcode, a program can be manipulated with the LLVM tools from the LLVM suite. +
The second piece is the Clang front end. +This component compiles C, C++, Objective C, and Objective C++ code into LLVM +bitcode. Once compiled into LLVM bitcode, a program can be manipulated with the +LLVM tools from the LLVM suite.