Fix typos etc

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14301 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-08-20 15:07:58 +00:00
parent 4f27f1321a
commit a194ff886d
19 changed files with 75 additions and 53 deletions

View file

@ -1313,7 +1313,7 @@ static retval_t apply_short(short data)
alloca()'ed, not malloc()'ed, and therefore is on the stack and can
be tromped-on by future function calls.
The callback function is finally called with the 'type' set to a nul pointer
The callback function is finally called with the 'type' set to a null pointer
to tell it that the return value and all return parameters have been
dealt with. This permits the function to do any tidying up necessary.
*/