Commit e2852612 by Nicola Pero Committed by Nicola Pero

In libobjc/: 2011-08-06 Nicola Pero <nicola.pero@meta-innovation.com>

In libobjc/:
2011-08-06  Nicola Pero  <nicola.pero@meta-innovation.com>

	* class.c (class_getSuperclass): Fixed typo in comment.

From-SVN: r177506
parent 3f542037
2011-08-06 Nicola Pero <nicola.pero@meta-innovation.com> 2011-08-06 Nicola Pero <nicola.pero@meta-innovation.com>
* class.c (class_getSuperclass): Fixed typo in comment.
2011-08-06 Nicola Pero <nicola.pero@meta-innovation.com>
PR libobjc/49882 PR libobjc/49882
* class.c (class_getSuperclass): Return the superclass if the * class.c (class_getSuperclass): Return the superclass if the
class is in construction. class is in construction.
......
...@@ -925,7 +925,7 @@ class_getSuperclass (Class class_) ...@@ -925,7 +925,7 @@ class_getSuperclass (Class class_)
/* Classes that are in construction are not resolved, and still have /* Classes that are in construction are not resolved, and still have
the class name (instead of a class pointer) in the 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 superclass name to return the superclass. We can not resolve the
class until it is registered. */ class until it is registered. */
if (CLS_IS_IN_CONSTRUCTION (class_)) if (CLS_IS_IN_CONSTRUCTION (class_))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment