Merging r261258:
[oota-llvm.git] / docs / CommandGuide / llvm-config.rst
index 0da42d70faa4a590e00383621cd978efc9b07968..34075d0b3086eb794a1fdd925566ff125db15cae 100644 (file)
@@ -25,7 +25,7 @@ EXAMPLES
 To link against the JIT:
 
 
-.. code-block:: perl
+.. code-block:: sh
 
    g++ `llvm-config --cxxflags` -o HowToUseJIT.o -c HowToUseJIT.cpp
    g++ `llvm-config --ldflags` -o HowToUseJIT HowToUseJIT.o \
@@ -151,7 +151,7 @@ libraries.  Useful "virtual" components include:
 
 **all**
 
- Includes all LLVM libaries.  The default if no components are specified.
+ Includes all LLVM libraries.  The default if no components are specified.