[cfe-commits] r107342 - /cfe/trunk/www/compatibility.html
Benjamin Kramer
benny.kra at googlemail.com
Wed Jun 30 15:29:56 PDT 2010
Author: d0k
Date: Wed Jun 30 17:29:56 2010
New Revision: 107342
URL: http://llvm.org/viewvc/llvm-project?rev=107342&view=rev
Log:
typo.
Modified:
cfe/trunk/www/compatibility.html
Modified: cfe/trunk/www/compatibility.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/compatibility.html?rev=107342&r1=107341&r2=107342&view=diff
==============================================================================
--- cfe/trunk/www/compatibility.html (original)
+++ cfe/trunk/www/compatibility.html Wed Jun 30 17:29:56 2010
@@ -175,7 +175,7 @@
<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])
More information about the cfe-commits
mailing list