From b77a90681ed28ba11384ed7ad7c93ef2a1c9b7b7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 30 May 2012 09:33:44 -0300 Subject: typos in comments --- lstate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lstate.c') diff --git a/lstate.c b/lstate.c index 79bb1b8d..503240ac 100644 --- a/lstate.c +++ b/lstate.c @@ -1,5 +1,5 @@ /* -** $Id: lstate.c,v 2.96 2012/05/22 17:50:39 roberto Exp roberto $ +** $Id: lstate.c,v 2.97 2012/05/23 15:37:09 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -79,7 +79,7 @@ typedef struct LG { /* ** Compute an initial seed as random as possible. In ANSI, rely on -** Address Space Layour Randomization (if present) to increase +** Address Space Layout Randomization (if present) to increase ** randomness.. */ #define addbuff(b,p,e) \ -- cgit v1.2.3-55-g6feb