diff --git a/Headers/Foundation/NSMethodSignature.h b/Headers/Foundation/NSMethodSignature.h index dec8aac28..6544e2a85 100644 --- a/Headers/Foundation/NSMethodSignature.h +++ b/Headers/Foundation/NSMethodSignature.h @@ -45,10 +45,10 @@ typedef struct { BOOL isReg; // extension, available only ifndef NO_GNUSTEP } NSArgumentInfo; - *

NB. The offset and register information my not always be reliable. - * In the past it was dependant of locally maintained platform dependent + *

NB. The offset and register information may not always be reliable. + * In the past it was dependent on locally maintained platform dependent * information. In the future it may depend on layout information - * supplied by the compiler.

+ * supplied by the compiler.

*/ typedef struct { int offset;