diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-12-30 11:45:08 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-12-30 11:45:08 -0300 |
commit | bd1b87c5790c0c6fe23f76aa360e879922e1e738 (patch) | |
tree | 49978c2dd847c7ff4ec84e1a153ca37deef79e2a /loslib.c | |
parent | d7bb8df8414f71a290c8a4b1c9f7c6fe839a94df (diff) | |
download | lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.tar.gz lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.tar.bz2 lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.zip |
Comments (mosty typos)
Diffstat (limited to 'loslib.c')
-rw-r--r-- | loslib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |