summaryrefslogtreecommitdiffstats
path: root/platform.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-08-18 09:04:41 +0200
committerNico Huber <nico.h@gmx.de>2018-08-19 10:42:45 +0000
commite2c90c45f7d1dbdd02269f0a8f3c95cb8ee5fa91 (patch)
tree2abda8ef6e3506d00711dcf527b97f61a5b930fd /platform.h
parent5bd11dc8476b4b17cef58d8d855f2b50e74da2f4 (diff)
downloadflashrom-e2c90c45f7d1dbdd02269f0a8f3c95cb8ee5fa91.tar.gz
flashrom-e2c90c45f7d1dbdd02269f0a8f3c95cb8ee5fa91.tar.bz2
flashrom-e2c90c45f7d1dbdd02269f0a8f3c95cb8ee5fa91.zip
Fix typos
Change-Id: I20745d5f30f9577622e27abf2f45220f026f65ac Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28206 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'platform.h')
-rw-r--r--platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform.h b/platform.h
index 4af1c481c..d290afc53 100644
--- a/platform.h
+++ b/platform.h
@@ -80,7 +80,7 @@
#error Unknown architecture
#endif
-/* The next big hunk tries to guess endianess from various preprocessor macros */
+/* The next big hunk tries to guess endianness from various preprocessor macros */
/* First some error checking in case some weird header has defined both.
* NB: OpenBSD always defines _BIG_ENDIAN and _LITTLE_ENDIAN. */
#if defined (__LITTLE_ENDIAN__) && defined (__BIG_ENDIAN__)