aboutsummaryrefslogtreecommitdiff
path: root/www/compatibility.html
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-06-30 22:38:37 +0000
committerDouglas Gregor <dgregor@apple.com>2010-06-30 22:38:37 +0000
commit6f1adba9c79b00f406ec92aee4ed5b0094c5b159 (patch)
treef141bcb719e58173d5ac57dc065ce69a7f7ff658 /www/compatibility.html
parente6617504834b08ae982e52f4149a9c000cd34dcf (diff)
Wording tweak from Dan.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/compatibility.html')
-rw-r--r--www/compatibility.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/compatibility.html b/www/compatibility.html
index fb47400e03..8a2f05b3b3 100644
--- a/www/compatibility.html
+++ b/www/compatibility.html
@@ -114,7 +114,7 @@ Undefined symbols:
<h3 id="lvalue-cast">Lvalue casts</h3>
<!-- ======================================================================= -->
-<p>GCC permits casting the left-hand side of an assignment to a
+<p>Old versions of GCC permit casting the left-hand side of an assignment to a
different type. Clang produces an error on similar code, e.g.,</p>
<pre>