missplelling in comments/function names (endianess -> endianness)

This commit is contained in:
Roberto Ierusalimschy
2014-03-27 12:58:05 -03:00
parent 1a3ebc203a
commit 420cc62fac
3 changed files with 13 additions and 13 deletions

View File

@@ -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)