fixes typo in system/timers.

This commit is contained in:
Parashurama
2016-05-16 17:21:49 +02:00
parent f4f7edf00f
commit fdcb4907bc

View File

@@ -61,7 +61,7 @@ elif defined(posixRealtime):
final, pure.} = object ## struct timespec
tv_sec: int ## Seconds.
tv_nsec: int ## Nanoseconds.
{.deprecated: [TClockid: Clickid, TTimeSpec: TimeSpec].}
{.deprecated: [TClockid: Clockid, TTimeSpec: TimeSpec].}
var
CLOCK_REALTIME {.importc: "CLOCK_REALTIME", header: "<time.h>".}: Clockid