From c66672ee1f32f0142f2afb8328581e1ad7517866 Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Thu, 26 Aug 2004 02:04:02 +0000 Subject: [PATCH] fixed unclosed

in first comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19924 72102866-910b-0410-8b05-ffd578937521 --- Headers/Foundation/NSMethodSignature.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;