add/improve gsdoc comments

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19591 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adrian Robert 2004-06-22 22:52:44 +00:00
parent 08397a57cf
commit 68a4ff53bc
3 changed files with 10 additions and 3 deletions

View file

@ -348,7 +348,7 @@ ihandler(int sig)
}
/*
* Now free the connections map itsself and the table of observers.
* Now free the connections map itself and the table of observers.
*/
NSFreeMapTable(connections);
NSFreeHashTable(allObservers);