summaryrefslogtreecommitdiff
path: root/sys/dev/spi
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2006-12-25 18:39:47 +0000
committerwiz <wiz@NetBSD.org>2006-12-25 18:39:47 +0000
commit3ed1aa91855439081010917e59cd71aa3dca4507 (patch)
treefcef37733608fea8c80a71c5132e65b427a7053e /sys/dev/spi
parent19c7b24184974ab7e0e042e520f2b644129c7220 (diff)
Spell "separate" correctly. From Zafer Aydogan.
Diffstat (limited to 'sys/dev/spi')
-rw-r--r--sys/dev/spi/spiflash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/spi/spiflash.h b/sys/dev/spi/spiflash.h
index 40a8aa685a7..dde7e786207 100644
--- a/sys/dev/spi/spiflash.h
+++ b/sys/dev/spi/spiflash.h
@@ -1,4 +1,4 @@
-/* $NetBSD: spiflash.h,v 1.2 2006/11/24 19:46:59 christos Exp $ */
+/* $NetBSD: spiflash.h,v 1.3 2006/12/25 18:39:48 wiz Exp $ */
/*-
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
@@ -76,7 +76,7 @@
/*
* Some parts can stream bytes with the program command, whereas others require
- * a seperate command sequence for each byte.
+ * a separate command sequence for each byte.
*/
#define SPIFLASH_CMD_PROGRAM 0x02 /* page or byte program */
#define SPIFLASH_CMD_PROGRAM_AA 0xad /* program (autoincrement) */