diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-30 22:29:56 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-30 22:29:56 +0000 |
commit | aab931dd322964bbff54c05db33c5f2dc02996ec (patch) | |
tree | ab523c223db18a59df7ef4c38ce49ff21a077910 | |
parent | e74c78d53969fe2e28d7597f14018dbd7c0a1613 (diff) | |
download | bcm5719-llvm-aab931dd322964bbff54c05db33c5f2dc02996ec.tar.gz bcm5719-llvm-aab931dd322964bbff54c05db33c5f2dc02996ec.zip |
typo.
llvm-svn: 107342
-rw-r--r-- | clang/www/compatibility.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/compatibility.html b/clang/www/compatibility.html index 09072b6a7c3..fb47400e034 100644 --- a/clang/www/compatibility.html +++ b/clang/www/compatibility.html @@ -175,7 +175,7 @@ sizeof.m:4:14: error: invalid application of 'sizeof' to interface 'NSArray' in <p>Code that relies on the size of an Objective-C class is likely to be broken anyway, since that size is not actually constant. To address this problem, use the Objective-C runtime API function -<code>clang_getInstanceSize()</code>:</p> +<code>class_getInstanceSize()</code>:</p> <pre> class_getInstanceSize([NSArray class]) |