Browse Source

* fixed typo in comment

git-svn-id: branches/objc@13374 -
Jonas Maebe 16 years ago
parent
commit
2bcef8e018
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/nobjc.pas

+ 1 - 1
compiler/nobjc.pas

@@ -258,7 +258,7 @@ function tobjcmessagesendnode.pass_1: tnode;
     { 2) convert parameter to id to match objc_MsgSend* signatures }
     { 2) convert parameter to id to match objc_MsgSend* signatures }
     inserttypeconv_internal(tcallnode(left).methodpointer,objc_idtype);
     inserttypeconv_internal(tcallnode(left).methodpointer,objc_idtype);
     { in case of sending a message to a superclass, self is a pointer to
     { in case of sending a message to a superclass, self is a pointer to
-      and objc_super record
+      an objc_super record
     }
     }
     if (cnf_inherited in tcallnode(left).callnodeflags) then
     if (cnf_inherited in tcallnode(left).callnodeflags) then
       begin
       begin