aboutsummaryrefslogtreecommitdiff
path: root/loslib.c
diff options
context:
space:
mode:
Diffstat (limited to 'loslib.c')
-rw-r--r--loslib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loslib.c b/loslib.c
index 7812d29b..29449e40 100644
--- a/loslib.c
+++ b/loslib.c
@@ -196,7 +196,7 @@ static int os_clock (lua_State *L) {
196*/ 196*/
197 197
198/* 198/*
199** About the overflow check: an overflow cannot occurr when time 199** About the overflow check: an overflow cannot occur when time
200** is represented by a lua_Integer, because either lua_Integer is 200** is represented by a lua_Integer, because either lua_Integer is
201** large enough to represent all int fields or it is not large enough 201** large enough to represent all int fields or it is not large enough
202** to represent a time that cause a field to overflow. However, if 202** to represent a time that cause a field to overflow. However, if