aboutsummaryrefslogtreecommitdiff
path: root/libobjc/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/class.c')
-rw-r--r--libobjc/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/class.c b/libobjc/class.c
index fc17f90..326cf43 100644
--- a/libobjc/class.c
+++ b/libobjc/class.c
@@ -958,7 +958,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_->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 cannot resolve the
class until it is registered. */
if (CLS_IS_IN_CONSTRUCTION (class_))
{