summaryrefslogtreecommitdiff
path: root/lbaselib.c
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 /lbaselib.c
parentc3c78030f79fdbbb06265d50645e408d60e7798e (diff)
downloadlua-bdf566a8a32450c2eb6273c8c1a92e2181b6846e.tar.gz
lua-bdf566a8a32450c2eb6273c8c1a92e2181b6846e.tar.bz2
lua-bdf566a8a32450c2eb6273c8c1a92e2181b6846e.zip
`name' in comments changed to 'name'
Diffstat (limited to 'lbaselib.c')
-rw-r--r--lbaselib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lbaselib.c b/lbaselib.c
index a6739067..8b0d0c93 100644
--- a/lbaselib.c
+++ b/lbaselib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lbaselib.c,v 1.302 2014/10/17 16:28:21 roberto Exp roberto $ 2** $Id: lbaselib.c,v 1.303 2014/10/17 19:17:55 roberto Exp roberto $
3** Basic library 3** Basic library
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -325,7 +325,7 @@ static int luaB_loadfile (lua_State *L) {
325 325
326 326
327/* 327/*
328** Reader for generic `load' function: `lua_load' uses the 328** Reader for generic 'load' function: 'lua_load' uses the
329** stack for internal stuff, so the reader cannot change the 329** stack for internal stuff, so the reader cannot change the
330** stack top. Instead, it keeps its resulting string in a 330** stack top. Instead, it keeps its resulting string in a
331** reserved slot inside the stack. 331** reserved slot inside the stack.