X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libobjc%2Fsendmsg.c;h=892f55b945a8be07725a02d1591b6867d86c88ce;hb=99dee82307f1e163e150c9c810452979994047ce;hp=8eb6d54728630d9ae06bfd48e3f231e5ce4664fb;hpb=df6c48ba0d159296e592c3b43f21748a1ffb7c92;p=thirdparty%2Fgcc.git diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c index 8eb6d5472863..892f55b945a8 100644 --- a/libobjc/sendmsg.c +++ b/libobjc/sendmsg.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime message lookup - Copyright (C) 1993-2015 Free Software Foundation, Inc. + Copyright (C) 1993-2021 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. @@ -1045,7 +1045,7 @@ __objc_prepare_dtable_for_class (Class cls) struct sarray *dtable; struct sarray *super_dtable; - /* This table could be initialized in init.c. We can not use the + /* This table could be initialized in init.c. We cannot use the class name since the class maintains the instance methods and the meta class maintains the the class methods yet both share the same name. Classes should be unique in any program. */