From e2852612bfafd06e567df75699333fc27745a9c2 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Sat, 6 Aug 2011 09:53:43 +0000 Subject: In libobjc/: 2011-08-06 Nicola Pero In libobjc/: 2011-08-06 Nicola Pero * class.c (class_getSuperclass): Fixed typo in comment. From-SVN: r177506 --- libobjc/ChangeLog | 4 ++++ libobjc/class.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'libobjc') diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 978878e2701..a69e59032cc 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2011-08-06 Nicola Pero + + * class.c (class_getSuperclass): Fixed typo in comment. + 2011-08-06 Nicola Pero PR libobjc/49882 diff --git a/libobjc/class.c b/libobjc/class.c index 5df70508691..fa21afc461d 100644 --- a/libobjc/class.c +++ b/libobjc/class.c @@ -925,7 +925,7 @@ class_getSuperclass (Class class_) /* Classes that are in construction are not resolved, and still have the class name (instead of a class pointer) in the - class_->superclass field. In that case we need to lookup the + class_->super_class field. In that case we need to lookup the superclass name to return the superclass. We can not resolve the class until it is registered. */ if (CLS_IS_IN_CONSTRUCTION (class_)) -- cgit v1.2.3