diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-01-19 12:14:17 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2019-01-19 12:14:17 +0100 |
| commit | b8ee3870eed891071106623a0978dbb35d238993 (patch) | |
| tree | 3441ef53b8cbd96e05a50a2a02f112c0e37a63ba /sokol_time.h | |
| parent | 60d9e935fd80cec97390a77d4315932fb07abaf1 (diff) | |
sokol_time.h: fix doc typo
Diffstat (limited to 'sokol_time.h')
| -rw-r--r-- | sokol_time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_time.h b/sokol_time.h index cacfb13a..d168cec1 100644 --- a/sokol_time.h +++ b/sokol_time.h @@ -54,7 +54,7 @@ Windows: QueryPerformanceFrequency() / QueryPerformanceCounter() MacOS/iOS: mach_absolute_time() emscripten: clock_gettime(CLOCK_MONOTONIC) - Linux+others: clock_gettime(CLOCK_MONITONIC) + Linux+others: clock_gettime(CLOCK_MONOTONIC) zlib/libpng license |