summaryrefslogtreecommitdiff
path: root/sys/dev/std
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-02-02 10:24:38 +0000
committerwiz <wiz@NetBSD.org>2003-02-02 10:24:38 +0000
commitcd68fb44fb313f983f0e34147f57086645e19049 (patch)
treeec14d47c057b809622bc0dc4bcf983124abd0cf4 /sys/dev/std
parent3ac7ce187da78a4a36ebd3604187fffa6524bc26 (diff)
guarantee, not guarentee. Idea from miod@openbsd.
Diffstat (limited to 'sys/dev/std')
-rw-r--r--sys/dev/std/ieee1212.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/std/ieee1212.c b/sys/dev/std/ieee1212.c
index f751e8dcc9e..64d3675597a 100644
--- a/sys/dev/std/ieee1212.c
+++ b/sys/dev/std/ieee1212.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ieee1212.c,v 1.4 2003/02/01 06:50:42 ichiro Exp $ */
+/* $NetBSD: ieee1212.c,v 1.5 2003/02/02 10:24:41 wiz Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@ int p1212debug = 1;
* return -1 on error, or 0 on success and possibly reset *size to a larger
* value.
*
- * NOTE: Rom's are guarentee'd per the ISO spec to be contiguous but only the
+ * NOTE: Rom's are guaranteed per the ISO spec to be contiguous but only the
* first 1k is directly mapped. Anything past 1k is supposed to use a loop
* around the indirect registers to read in the rom. This code only assumes the
* buffer passed in represents a total rom regardless of end size. It is the