diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-10-29 15:52:46 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-10-29 15:52:46 -0200 |
commit | fdd5f2f7a32535eb8f2fbafbed2d84c0e69392c0 (patch) | |
tree | 6a546b664d3abca7bddc9e650dc9062fed430c4c /lstate.h | |
parent | c6ef3e2672859a26bb5f0ab5fa3f99a3fb32d5b4 (diff) | |
download | lua-fdd5f2f7a32535eb8f2fbafbed2d84c0e69392c0.tar.gz lua-fdd5f2f7a32535eb8f2fbafbed2d84c0e69392c0.tar.bz2 lua-fdd5f2f7a32535eb8f2fbafbed2d84c0e69392c0.zip |
comment typos
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.h,v 2.66 2010/09/03 14:14:01 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.67 2010/09/30 17:21:31 roberto Exp roberto $ |
3 | ** Global State | 3 | ** Global State |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -66,7 +66,7 @@ typedef struct stringtable { | |||
66 | 66 | ||
67 | 67 | ||
68 | /* | 68 | /* |
69 | ** informations about a call | 69 | ** information about a call |
70 | */ | 70 | */ |
71 | typedef struct CallInfo { | 71 | typedef struct CallInfo { |
72 | StkId func; /* function index in the stack */ | 72 | StkId func; /* function index in the stack */ |