fix comment accidentally copied from +load

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30131 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-04-12 13:22:35 +00:00
parent 4bfb33471d
commit 05a78f7b78

View file

@ -230,7 +230,8 @@ extern "C" {
* You can implement +initialize in your own class if you need to.
* NSObject's implementation handles essential root object and base
* library initialization.<br />
* Don't call [super initialize] in your implementation of +initialize.
* It should be safe to call [super initialize] in your implementation
* of +initialize.
*/
+ (void) initialize;
+ (IMP) instanceMethodForSelector: (SEL)aSelector;