aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-25 09:50:46 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-25 09:50:46 -0200
commitbdf566a8a32450c2eb6273c8c1a92e2181b6846e (patch)
treeb301da541fbad81034216a6e0465cc381082431e /llimits.h
parentc3c78030f79fdbbb06265d50645e408d60e7798e (diff)
downloadlua-bdf566a8a32450c2eb6273c8c1a92e2181b6846e.tar.gz
lua-bdf566a8a32450c2eb6273c8c1a92e2181b6846e.tar.bz2
lua-bdf566a8a32450c2eb6273c8c1a92e2181b6846e.zip
`name' in comments changed to 'name'
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llimits.h b/llimits.h
index 5b34039c..f1aee785 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,6 +1,6 @@
1/* 1/*
2** $Id: llimits.h,v 1.119 2014/07/18 18:18:45 roberto Exp roberto $ 2** $Id: llimits.h,v 1.120 2014/07/18 18:29:12 roberto Exp roberto $
3** Limits, basic types, and some other `installation-dependent' definitions 3** Limits, basic types, and some other 'installation-dependent' definitions
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
@@ -23,7 +23,7 @@ typedef LUAI_MEM l_mem;
23 23
24 24
25 25
26/* chars used as small naturals (so that `char' is reserved for characters) */ 26/* chars used as small naturals (so that 'char' is reserved for characters) */
27typedef unsigned char lu_byte; 27typedef unsigned char lu_byte;
28 28
29 29