New year (2024->2025), typos in comments
This commit is contained in:
Roberto Ierusalimschy
2025-01-16 11:51:16 -03:00
parent 3cdd49c94a
commit 2d8d5c74b5
15 changed files with 24 additions and 25 deletions

View File

@@ -159,7 +159,7 @@ typedef LUAI_UACINT l_uacInt;
#define cast_st2S(sz) ((lua_Integer)(sz))
/* Cast a ptrdiff_t to size_t, when it is known that the minuend
** comes from the subtraend (the base)
** comes from the subtrahend (the base)
*/
#define ct_diff2sz(df) ((size_t)(df))