summaryrefslogtreecommitdiffstats
path: root/src/include/swab.h
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2013-07-09 21:46:01 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-11 22:36:19 +0200
commit0cb07e3476d9408d0935253f9f26c0a8ddc28401 (patch)
treeb449dc02d522ad013ab4b18e10e17e7e95fde235 /src/include/swab.h
parentcbe2edefb93ed3ba0a4b08f72a9b208429920675 (diff)
downloadcoreboot-0cb07e3476d9408d0935253f9f26c0a8ddc28401.tar.gz
coreboot-0cb07e3476d9408d0935253f9f26c0a8ddc28401.tar.bz2
coreboot-0cb07e3476d9408d0935253f9f26c0a8ddc28401.zip
include: Fix spelling
Change-Id: Iadc813bc8208278996b2b1aa20cfb156ec06fac9 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/3755 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/include/swab.h')
-rw-r--r--src/include/swab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/swab.h b/src/include/swab.h
index c5e43709a6f6..8a7dabaa0a2c 100644
--- a/src/include/swab.h
+++ b/src/include/swab.h
@@ -10,7 +10,7 @@
* separated swab functions from cpu_to_XX,
* to clean up support for bizarre-endian architectures.
*
- * See asm-i386/byteorder.h and suches for examples of how to provide
+ * See asm-i386/byteorder.h and such for examples of how to provide
* architecture-dependent optimized versions
*
*/