summaryrefslogtreecommitdiffstats
path: root/clang/www/get_started.html
diff options
context:
space:
mode:
Diffstat (limited to 'clang/www/get_started.html')
-rw-r--r--clang/www/get_started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index 2a6044d51e2..b7df928d27a 100644
--- a/clang/www/get_started.html
+++ b/clang/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>
OpenPOWER on IntegriCloud