aboutsummaryrefslogtreecommitdiff
path: root/lbuffer.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-06-19 13:14:09 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-06-19 13:14:09 -0300
commit9618aaf07d0d82ccbac91db22cb42451ec17d7ed (patch)
tree199314fbf7462d174921c71af389da14b4f6c595 /lbuffer.c
parentbec9bc4154e54fbc19b134874f6301f1e4654d5d (diff)
downloadlua-9618aaf07d0d82ccbac91db22cb42451ec17d7ed.tar.gz
lua-9618aaf07d0d82ccbac91db22cb42451ec17d7ed.tar.bz2
lua-9618aaf07d0d82ccbac91db22cb42451ec17d7ed.zip
small corrections in comments
Diffstat (limited to 'lbuffer.c')
-rw-r--r--lbuffer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lbuffer.c b/lbuffer.c
index fc20ce1a..9ec37a73 100644
--- a/lbuffer.c
+++ b/lbuffer.c
@@ -1,6 +1,6 @@
1/* 1/*
2** $Id: lbuffer.c,v 1.2 1998/03/06 16:54:42 roberto Exp roberto $ 2** $Id: lbuffer.c,v 1.3 1998/06/02 20:37:04 roberto Exp roberto $
3** Auxiliar functions for building Lua libraries 3** Auxiliary functions for building Lua libraries
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
@@ -13,7 +13,7 @@
13 13
14 14
15/*------------------------------------------------------- 15/*-------------------------------------------------------
16** Auxiliar buffer 16** Auxiliary buffer
17-------------------------------------------------------*/ 17-------------------------------------------------------*/
18 18
19#define BUFF_STEP 32 19#define BUFF_STEP 32