diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2012-05-30 09:33:44 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2012-05-30 09:33:44 -0300 |
commit | b77a90681ed28ba11384ed7ad7c93ef2a1c9b7b7 (patch) | |
tree | a9943438fbd7ac6db30ed434bb6b8d533fcd0e58 /lstate.c | |
parent | 6efffb9acd65020687627866afe877f0f5071e8e (diff) | |
download | lua-b77a90681ed28ba11384ed7ad7c93ef2a1c9b7b7.tar.gz lua-b77a90681ed28ba11384ed7ad7c93ef2a1c9b7b7.tar.bz2 lua-b77a90681ed28ba11384ed7ad7c93ef2a1c9b7b7.zip |
typos in comments
Diffstat (limited to 'lstate.c')
-rw-r--r-- | lstate.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.c,v 2.96 2012/05/22 17:50:39 roberto Exp roberto $ | 2 | ** $Id: lstate.c,v 2.97 2012/05/23 15:37:09 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 | */ |
@@ -79,7 +79,7 @@ typedef struct LG { | |||
79 | 79 | ||
80 | /* | 80 | /* |
81 | ** Compute an initial seed as random as possible. In ANSI, rely on | 81 | ** Compute an initial seed as random as possible. In ANSI, rely on |
82 | ** Address Space Layour Randomization (if present) to increase | 82 | ** Address Space Layout Randomization (if present) to increase |
83 | ** randomness.. | 83 | ** randomness.. |
84 | */ | 84 | */ |
85 | #define addbuff(b,p,e) \ | 85 | #define addbuff(b,p,e) \ |