`name' in comments changed to 'name'

This commit is contained in:
Roberto Ierusalimschy
2014-10-25 09:50:46 -02:00
parent c3c78030f7
commit bdf566a8a3
31 changed files with 180 additions and 180 deletions

View File

@@ -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;