From bd1b87c5790c0c6fe23f76aa360e879922e1e738 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 30 Dec 2019 11:45:08 -0300 Subject: Comments (mosty typos) --- loslib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loslib.c') 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) { */ /* -** About the overflow check: an overflow cannot occurr when time +** About the overflow check: an overflow cannot occur when time ** is represented by a lua_Integer, because either lua_Integer is ** large enough to represent all int fields or it is not large enough ** to represent a time that cause a field to overflow. However, if -- cgit v1.2.1