aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/spigot.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/spigot.h')
-rw-r--r--sys/i386/include/spigot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/spigot.h b/sys/i386/include/spigot.h
index 6d95033e28e7..4f29db806126 100644
--- a/sys/i386/include/spigot.h
+++ b/sys/i386/include/spigot.h
@@ -61,7 +61,7 @@ unsigned char spigot_status(void);
* spigot_open() returns a data address pointing to the spigot data.
* Each read from this address returns the next word. The ``dev'' passed
* is usually "/dev/spigot". Data is described in the phillips desktop
- * video data handbook under the 7191 chip. Formats may be either
+ * video data handbook under the 7191 chip. Formats may be either
* YUV 4:2:2 or YUV 4:1:1. A sample device driver for ``nv'' is included
* with this code.
*