From 02c981e796af1413ec4332b98ea3b7fcc69481c8 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sat, 30 Jan 2016 17:39:25 -0800 Subject: More spelling fixes found by codespell and aspell --- common/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/arch.h') diff --git a/common/arch.h b/common/arch.h index 14ab9d7d..d3ae460e 100644 --- a/common/arch.h +++ b/common/arch.h @@ -22,7 +22,7 @@ /* you can define L_ENDIAN or B_ENDIAN and NEED_ALIGN or NO_NEED_ALIGN in the makefile to override */ -/* check endianess */ +/* check endianness */ #if !(defined(L_ENDIAN) || defined(B_ENDIAN)) #if !defined(__BYTE_ORDER) && defined(__linux__) #include -- cgit v1.2.3