summaryrefslogtreecommitdiffstats
path: root/hwaccess.h
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2016-01-23 16:16:49 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2016-01-23 16:16:49 +0000
commit124b7837d9c46cbc4c7c444f5d63a96d0d3b3f86 (patch)
tree2d62c23191801afaecbf98925effb8b8c7a44ab6 /hwaccess.h
parent41a940c641a7ddba77d04c93e01280d20a3a354a (diff)
downloadflashrom-124b7837d9c46cbc4c7c444f5d63a96d0d3b3f86.zip
flashrom-124b7837d9c46cbc4c7c444f5d63a96d0d3b3f86.tar.gz
Add a bunch of new/tested stuff and various small changes 24
Tested mainboards: OK: - ASRock G31M-GS Binary file (standard input) matches Corresponding to flashrom svn r1917.
Diffstat (limited to 'hwaccess.h')
-rw-r--r--hwaccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwaccess.h b/hwaccess.h
index 390f0e4..4310a68 100644
--- a/hwaccess.h
+++ b/hwaccess.h
@@ -45,7 +45,7 @@
/* The next big hunk tries to guess endianess from various preprocessor macros */
-/* First some error checking in case some weird header has defines both.
+/* 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__)
#error Conflicting endianness #define
OpenPOWER on IntegriCloud