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 | e6617504834b08ae982e52f4149a9c000cd34dcf (patch) | |
tree | 5a70380a91714c5c4648815a066dbce7be5a524f /www/compatibility.html | |
parent | a3d84991a8cce76bf461fbca2d700176d9a021bb (diff) |
typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107342 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/compatibility.html')
-rw-r--r-- | www/compatibility.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/compatibility.html b/www/compatibility.html index 09072b6a7c..fb47400e03 100644 --- a/www/compatibility.html +++ b/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]) |