]> granicus.if.org Git - clang/commitdiff
fix thinko
authorChris Lattner <sabre@nondot.org>
Mon, 9 Nov 2009 04:04:07 +0000 (04:04 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Nov 2009 04:04:07 +0000 (04:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86509 91177308-0d34-0410-b5e6-96231b3b80d8

www/get_started.html

index 2a6044d51e2c322415581158fa22041aaf43060a..b7df928d27a87ec521c0cdb8aa23ab40d49c423f 100644 (file)
@@ -196,7 +196,7 @@ hello world
 <p>The 'clang' driver is designed to work as closely to GCC as possible to
   maximize portability.  The only major difference between the two is that
   Clang defaults to gnu99 mode while GCC defaults to gnu89 mode.  If you see
-  weird link-time errors relating to inline functions, try passing -std=gnu99
+  weird link-time errors relating to inline functions, try passing -std=gnu89
   to clang.</p>
 
 <h2>Examples of using Clang</h2>