From 420cc62facc5b49d0aebfb9be7ddfe911d77ff97 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 27 Mar 2014 12:58:05 -0300 Subject: missplelling in comments/function names (endianess -> endianness) --- ldump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldump.c') diff --git a/ldump.c b/ldump.c index 5076c430..0c42d772 100644 --- a/ldump.c +++ b/ldump.c @@ -1,5 +1,5 @@ /* -** $Id: ldump.c,v 2.26 2014/03/11 18:05:46 roberto Exp roberto $ +** $Id: ldump.c,v 2.27 2014/03/11 18:56:27 roberto Exp roberto $ ** save precompiled Lua chunks ** See Copyright Notice in lua.h */ @@ -27,7 +27,7 @@ typedef struct { /* ** All high-level dumps go through DumpVector; you can change it to -** change the endianess of the result +** change the endianness of the result */ #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) -- cgit v1.2.3-55-g6feb