aboutsummaryrefslogtreecommitdiff
path: root/sokol_time.h
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2017-11-28 23:06:17 +0100
committerAndre Weissflog <floooh@gmail.com>2017-11-28 23:06:17 +0100
commita172bef2d3832eb2379ac582b6e7bff139cae100 (patch)
tree5b348a54e1982c9893a32159ceb6c7815ce37c86 /sokol_time.h
parentf8aea1d7e45776eb4f2cc87d11f6c11d19f50f5f (diff)
typo in readme
Diffstat (limited to 'sokol_time.h')
-rw-r--r--sokol_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_time.h b/sokol_time.h
index 5b054e52..3f1a1f8e 100644
--- a/sokol_time.h
+++ b/sokol_time.h
@@ -17,7 +17,7 @@
uint64_t stm_now();
Get current point in time in unspecified 'ticks'. The value that
is returned has no relation to the 'wall-clock' time and is
- not in a specified time unit, it is only useful to compute
+ not in a specific time unit, it is only useful to compute
time differences.
uint64_t stm_diff(uint64_t new, uint64_t old);