aboutsummaryrefslogtreecommitdiff
path: root/libobjc/linking.m
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/linking.m')
-rw-r--r--libobjc/linking.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/linking.m b/libobjc/linking.m
index ba8e0649f44..cf28e569657 100644
--- a/libobjc/linking.m
+++ b/libobjc/linking.m
@@ -31,6 +31,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
void __objc_linking (void)
{
- [Object name];
+ [Object class];
}