summaryrefslogtreecommitdiffstats
path: root/www/get_started.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-09 04:04:07 +0000
committerChris Lattner <sabre@nondot.org>2009-11-09 04:04:07 +0000
commitd73fef653a24368eb37793928a25ad8872121d9e (patch)
treeb763e665dd5d7b6d9d05b51d384e9332f6c55e5a /www/get_started.html
parentbb4a33cdf6342110811ae16f7ca6accababf432f (diff)
fix thinko
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r--www/get_started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/get_started.html b/www/get_started.html
index 2a6044d51e..b7df928d27 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -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>