Fix tiny documentation error

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@22274 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2006-01-09 10:57:09 +00:00
parent 00fe8ad810
commit 69775739b7

View file

@ -36,7 +36,7 @@ extern NSTimeInterval GSTickerTimeLast();
/**
* Convenience function to provide timing information quickly.<br />
* This returns the current date/time, and stores the value for use
* by the SQLClientTimeLast() function.
* by the GSTickerTimeLast() function.
*/
extern NSTimeInterval GSTickerTimeNow();