From bdf566a8a32450c2eb6273c8c1a92e2181b6846e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sat, 25 Oct 2014 09:50:46 -0200 Subject: `name' in comments changed to 'name' --- llimits.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llimits.h') diff --git a/llimits.h b/llimits.h index 5b34039c..f1aee785 100644 --- a/llimits.h +++ b/llimits.h @@ -1,6 +1,6 @@ /* -** $Id: llimits.h,v 1.119 2014/07/18 18:18:45 roberto Exp roberto $ -** Limits, basic types, and some other `installation-dependent' definitions +** $Id: llimits.h,v 1.120 2014/07/18 18:29:12 roberto Exp roberto $ +** Limits, basic types, and some other 'installation-dependent' definitions ** See Copyright Notice in lua.h */ @@ -23,7 +23,7 @@ typedef LUAI_MEM l_mem; -/* chars used as small naturals (so that `char' is reserved for characters) */ +/* chars used as small naturals (so that 'char' is reserved for characters) */ typedef unsigned char lu_byte; -- cgit v1.2.3-55-g6feb