mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-16 00:21:29 +00:00
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:
parent
00fe8ad810
commit
69775739b7
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue