optimise conversion to unicode a bit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28328 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-06-06 07:36:48 +00:00
parent c4c9fe6097
commit fa1051005f
3 changed files with 180 additions and 31 deletions

View file

@ -1216,7 +1216,7 @@ static inline BOOL timerInvalidated(NSTimer *t)
* until the limit date of the first input or timeout.<br />
* If the specified date is in the past, this runs the loop once only,
* to handle any events already available.<br />
* If there are no input sources or timers in mode, thi method
* If there are no input sources or timers in mode, this method
* returns NO without running the loop (irrespective of the supplied
* date argument), otherwise returns YES.
*/