diff libobjc/class.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
line wrap: on
line diff
--- a/libobjc/class.c	Thu Oct 25 07:37:49 2018 +0900
+++ b/libobjc/class.c	Thu Feb 13 11:34:05 2020 +0900
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime class related functions
-   Copyright (C) 1993-2018 Free Software Foundation, Inc.
+   Copyright (C) 1993-2020 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup and Dennis Glatting.
 
    Lock-free class table code designed and written from scratch by
@@ -958,7 +958,7 @@
   /* 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_))
     {