Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src guarantee, not guarentee. Idea from miod@openbsd.
details: https://anonhg.NetBSD.org/src/rev/2cc1b7b4d1ee
branches: trunk
changeset: 542598:2cc1b7b4d1ee
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Feb 02 10:24:38 2003 +0000
description:
guarantee, not guarentee. Idea from miod@openbsd.
diffstat:
sys/arch/arm/arm32/bus_dma.c | 4 ++--
sys/arch/hp300/dev/hil.c | 6 +++---
sys/arch/hp300/hp300/locore.s | 4 ++--
sys/arch/next68k/next68k/locore.s | 4 ++--
sys/arch/shark/isa/clock.c | 4 ++--
sys/arch/x68k/x68k/locore.s | 4 ++--
sys/dev/ic/cs89x0.c | 6 +++---
sys/dev/isa/cs89x0isa.c | 8 ++++----
sys/dev/std/ieee1212.c | 4 ++--
usr.sbin/bootp/common/hash.h | 4 ++--
10 files changed, 24 insertions(+), 24 deletions(-)
diffs (216 lines):
diff -r 435dec917c3c -r 2cc1b7b4d1ee sys/arch/arm/arm32/bus_dma.c
--- a/sys/arch/arm/arm32/bus_dma.c Sun Feb 02 10:21:13 2003 +0000
+++ b/sys/arch/arm/arm32/bus_dma.c Sun Feb 02 10:24:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_dma.c,v 1.23 2003/01/17 22:28:49 thorpej Exp $ */
+/* $NetBSD: bus_dma.c,v 1.24 2003/02/02 10:24:38 wiz Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -707,7 +707,7 @@
* If the memory must remain coherent with the
* cache then we must make the memory uncacheable
* in order to maintain virtual cache coherency.
- * We must also guarentee the cache does not already
+ * We must also guarantee the cache does not already
* contain the virtal addresses we are making
* uncacheable.
*/
diff -r 435dec917c3c -r 2cc1b7b4d1ee sys/arch/hp300/dev/hil.c
--- a/sys/arch/hp300/dev/hil.c Sun Feb 02 10:21:13 2003 +0000
+++ b/sys/arch/hp300/dev/hil.c Sun Feb 02 10:24:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hil.c,v 1.54 2003/01/28 22:35:07 wiz Exp $ */
+/* $NetBSD: hil.c,v 1.55 2003/02/02 10:24:39 wiz Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hil.c,v 1.54 2003/01/28 22:35:07 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hil.c,v 1.55 2003/02/02 10:24:39 wiz Exp $");
#include "opt_compat_hpux.h"
#include "rnd.h"
@@ -290,7 +290,7 @@
if (flags & FNONBLOCK)
dptr->hd_flags |= HIL_NOBLOCK;
/*
- * It is safe to flush the read buffer as we are guarenteed
+ * It is safe to flush the read buffer as we are guaranteed
* that no one else is using it.
*/
if ((dptr->hd_flags & HIL_OPENED) == 0) {
diff -r 435dec917c3c -r 2cc1b7b4d1ee sys/arch/hp300/hp300/locore.s
--- a/sys/arch/hp300/hp300/locore.s Sun Feb 02 10:21:13 2003 +0000
+++ b/sys/arch/hp300/hp300/locore.s Sun Feb 02 10:24:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.127 2003/01/17 22:53:08 thorpej Exp $ */
+/* $NetBSD: locore.s,v 1.128 2003/02/02 10:24:39 wiz Exp $ */
/*
* Copyright (c) 1994, 1995 Gordon W. Ross
@@ -390,7 +390,7 @@
* Prepare to enable MMU.
* Since the kernel is not mapped logical == physical we must insure
* that when the MMU is turned on, all prefetched addresses (including
- * the PC) are valid. In order guarentee that, we use the last physical
+ * the PC) are valid. In order guarantee that, we use the last physical
* page (which is conveniently mapped == VA) and load it up with enough
* code to defeat the prefetch, then we execute the jump back to here.
*
diff -r 435dec917c3c -r 2cc1b7b4d1ee sys/arch/next68k/next68k/locore.s
--- a/sys/arch/next68k/next68k/locore.s Sun Feb 02 10:21:13 2003 +0000
+++ b/sys/arch/next68k/next68k/locore.s Sun Feb 02 10:24:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.37 2003/01/18 06:09:55 thorpej Exp $ */
+/* $NetBSD: locore.s,v 1.38 2003/02/02 10:24:39 wiz Exp $ */
/*
* Copyright (c) 1998 Darrin B. Jewell
@@ -285,7 +285,7 @@
* Prepare to enable MMU.
* Since the kernel is not mapped logical == physical we must insure
* that when the MMU is turned on, all prefetched addresses (including
- * the PC) are valid. In order guarentee that, we use the last physical
+ * the PC) are valid. In order guarantee that, we use the last physical
* page (which is conveniently mapped == VA) and load it up with enough
* code to defeat the prefetch, then we execute the jump back to here.
*
diff -r 435dec917c3c -r 2cc1b7b4d1ee sys/arch/shark/isa/clock.c
--- a/sys/arch/shark/isa/clock.c Sun Feb 02 10:21:13 2003 +0000
+++ b/sys/arch/shark/isa/clock.c Sun Feb 02 10:24:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.3 2002/10/05 17:01:49 chs Exp $ */
+/* $NetBSD: clock.c,v 1.4 2003/02/02 10:24:40 wiz Exp $ */
/*
* Copyright 1997
@@ -320,7 +320,7 @@
/*
* Latch the current value of the timer and then read it.
- * This guarentees an atomic reading of the time.
+ * This guarantees an atomic reading of the time.
*/
current = gettick();
diff -r 435dec917c3c -r 2cc1b7b4d1ee sys/arch/x68k/x68k/locore.s
--- a/sys/arch/x68k/x68k/locore.s Sun Feb 02 10:21:13 2003 +0000
+++ b/sys/arch/x68k/x68k/locore.s Sun Feb 02 10:24:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.68 2003/01/18 07:14:21 thorpej Exp $ */
+/* $NetBSD: locore.s,v 1.69 2003/02/02 10:24:40 wiz Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -838,7 +838,7 @@
* Prepare to enable MMU.
* Since the kernel is not mapped logical == physical we must insure
* that when the MMU is turned on, all prefetched addresses (including
- * the PC) are valid. In order guarentee that, we use the last physical
+ * the PC) are valid. In order guarantee that, we use the last physical
* page (which is conveniently mapped == VA) and load it up with enough
* code to defeat the prefetch, then we execute the jump back to here.
*
diff -r 435dec917c3c -r 2cc1b7b4d1ee sys/dev/ic/cs89x0.c
--- a/sys/dev/ic/cs89x0.c Sun Feb 02 10:21:13 2003 +0000
+++ b/sys/dev/ic/cs89x0.c Sun Feb 02 10:24:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cs89x0.c,v 1.7 2003/01/06 13:05:09 wiz Exp $ */
+/* $NetBSD: cs89x0.c,v 1.8 2003/02/02 10:24:40 wiz Exp $ */
/*
* Copyright 1997
@@ -186,7 +186,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cs89x0.c,v 1.7 2003/01/06 13:05:09 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cs89x0.c,v 1.8 2003/02/02 10:24:40 wiz Exp $");
#include "opt_inet.h"
@@ -1627,7 +1627,7 @@
}
m->m_pkthdr.rcvif = ifp;
/*
- * save processing by always using a mbuf cluster, guarenteed to fit
+ * save processing by always using a mbuf cluster, guaranteed to fit
* packet
*/
MCLGET(m, M_DONTWAIT);
diff -r 435dec917c3c -r 2cc1b7b4d1ee sys/dev/isa/cs89x0isa.c
--- a/sys/dev/isa/cs89x0isa.c Sun Feb 02 10:21:13 2003 +0000
+++ b/sys/dev/isa/cs89x0isa.c Sun Feb 02 10:24:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cs89x0isa.c,v 1.4 2002/09/27 15:37:22 provos Exp $ */
+/* $NetBSD: cs89x0isa.c,v 1.5 2003/02/02 10:24:40 wiz Exp $ */
/*
* Copyright 1997
@@ -36,7 +36,7 @@
/* isa dma routines for cs89x0 */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cs89x0isa.c,v 1.4 2002/09/27 15:37:22 provos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cs89x0isa.c,v 1.5 2003/02/02 10:24:40 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -197,7 +197,7 @@
/*
* Get the length and status of the packet. Only the
- * status is guarenteed to be at dma_mem_ptr, ie need
+ * status is guaranteed to be at dma_mem_ptr, ie need
* to check for wraparound before reading the length
*/
status = *((unsigned short *) dma_mem_ptr)++;
@@ -256,7 +256,7 @@
}
/*
* save processing by always using a mbuf
- * cluster, guarenteed to fit packet
+ * cluster, guaranteed to fit packet
*/
MCLGET(m, M_DONTWAIT);
if ((m->m_flags & M_EXT) == 0) {
diff -r 435dec917c3c -r 2cc1b7b4d1ee sys/dev/std/ieee1212.c
--- a/sys/dev/std/ieee1212.c Sun Feb 02 10:21:13 2003 +0000
+++ b/sys/dev/std/ieee1212.c Sun Feb 02 10:24:38 2003 +0000
@@ -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 @@
* 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
diff -r 435dec917c3c -r 2cc1b7b4d1ee usr.sbin/bootp/common/hash.h
--- a/usr.sbin/bootp/common/hash.h Sun Feb 02 10:21:13 2003 +0000
+++ b/usr.sbin/bootp/common/hash.h Sun Feb 02 10:24:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hash.h,v 1.3 2002/07/14 00:26:17 wiz Exp $ */
+/* $NetBSD: hash.h,v 1.4 2003/02/02 10:24:41 wiz Exp $ */
#ifndef HASH_H
#define HASH_H
@@ -82,7 +82,7 @@
*
* A generalized hash function, hash_HashFunction(), is included
* with this package to make things a little easier. It is not
- * guarenteed to use the best hash algorithm in existence. . . .
+ * guaranteed to use the best hash algorithm in existence. . . .
*/
Home |
Main Index |
Thread Index |
Old Index