diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/alpha/db_instruction.h | 4 | ||||
-rw-r--r-- | sys/arch/amiga/dev/sbicreg.h | 4 | ||||
-rw-r--r-- | sys/arch/hp300/dev/scsi.c | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/mac68k/pramasm.s | 8 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/sbicreg.h | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/stand/sboot/XBUG.S | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/sboot/XBUG.S | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/fpu/fpu.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/sparc64/machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot/ofdev.c | 8 | ||||
-rw-r--r-- | sys/sys/signal.h | 4 |
11 files changed, 26 insertions, 26 deletions
diff --git a/sys/arch/alpha/alpha/db_instruction.h b/sys/arch/alpha/alpha/db_instruction.h index 6eb6a4faf7f..4ba45af71ed 100644 --- a/sys/arch/alpha/alpha/db_instruction.h +++ b/sys/arch/alpha/alpha/db_instruction.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_instruction.h,v 1.4 2002/04/28 20:55:14 pvalchev Exp $ */ +/* $OpenBSD: db_instruction.h,v 1.5 2002/07/10 20:30:14 jsyn Exp $ */ /* $NetBSD: db_instruction.h,v 1.7 2001/04/26 03:10:44 ross Exp $ */ /* @@ -141,7 +141,7 @@ typedef union { /* * Operate instructions are of two types, with * a second source register or with a literal - * specifier. Bit 12 sez which is which. + * specifier. Bit 12 says which is which. */ struct { unsigned rc : 5, diff --git a/sys/arch/amiga/dev/sbicreg.h b/sys/arch/amiga/dev/sbicreg.h index 7fe4c66e855..063c27e95f2 100644 --- a/sys/arch/amiga/dev/sbicreg.h +++ b/sys/arch/amiga/dev/sbicreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbicreg.h,v 1.4 2002/03/14 03:15:51 millert Exp $ */ +/* $OpenBSD: sbicreg.h,v 1.5 2002/07/10 20:30:14 jsyn Exp $ */ /* $NetBSD: sbicreg.h,v 1.2 1994/10/26 02:04:40 cgd Exp $ */ /* @@ -139,7 +139,7 @@ /* * CDBn registers, note that * cdb11 is used for status byte in target mode (send-status-and-cc) - * cdb12 sez if linked command complete, and w/flag if so + * cdb12 says if linked command complete, and w/flag if so */ /* diff --git a/sys/arch/hp300/dev/scsi.c b/sys/arch/hp300/dev/scsi.c index 5a8c82740e1..2f492963742 100644 --- a/sys/arch/hp300/dev/scsi.c +++ b/sys/arch/hp300/dev/scsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi.c,v 1.11 2002/03/14 01:26:30 millert Exp $ */ +/* $OpenBSD: scsi.c,v 1.12 2002/07/10 20:30:14 jsyn Exp $ */ /* $NetBSD: scsi.c,v 1.21 1997/05/05 21:08:26 thorpej Exp $ */ /* @@ -736,7 +736,7 @@ mxfer_in(hd, len, buf, phase) hd->scsi_tmod = 0; for (i = 0; i < len; ++i) { /* - * manual sez: reset ATN before ACK is sent. + * manual says: reset ATN before ACK is sent. */ if (hd->scsi_psns & PSNS_ATN) hd->scsi_scmd = SCMD_RST_ATN; diff --git a/sys/arch/mac68k/mac68k/pramasm.s b/sys/arch/mac68k/mac68k/pramasm.s index 62f36158df1..059c2e05586 100644 --- a/sys/arch/mac68k/mac68k/pramasm.s +++ b/sys/arch/mac68k/mac68k/pramasm.s @@ -1,4 +1,4 @@ -/* $OpenBSD: pramasm.s,v 1.4 1997/04/14 18:48:08 gene Exp $ */ +/* $OpenBSD: pramasm.s,v 1.5 2002/07/10 20:30:14 jsyn Exp $ */ /* $NetBSD: pramasm.s,v 1.4 1995/09/28 03:15:54 briggs Exp $ */ /* @@ -254,7 +254,7 @@ gotTime: | time bytes!!! movel #0x00d50035,d1 | we have to set the write protect bit | so the clock doesn't run down ! - bsr _Transfer | (so sezs Apple...) + bsr _Transfer | (so says Apple...) moveml sp@+, #0x033e | restore our regs rts | and return to caller @@ -274,7 +274,7 @@ putSecb: dbf d4,putSecb | any more bytes to put ? movel #0x00d50035,d1 | we have to set the write protect bit | so the clock doesn't run down ! - bsr _Transfer | (so sezs Apple...) + bsr _Transfer | (so says Apple...) moveml sp@+, #0x031e | restore our regs rts | and return to caller @@ -349,7 +349,7 @@ tagain: | thanks to the oriw #$3880 above !!!) dbf d4,tagain | repeat until we've got all we want movel #0x00d50035,d1 | remember that command to write the wp byte ? - | set the high bit in the wp reg (Apple sezs + | set the high bit in the wp reg (Apple says | this way the battery won't wear down !! ) bsr _Transfer | so we'll play by the rules moveml sp@+, #0x031f | restore all our registers diff --git a/sys/arch/mvme68k/dev/sbicreg.h b/sys/arch/mvme68k/dev/sbicreg.h index ad3c3d18ed2..8b8f359648c 100644 --- a/sys/arch/mvme68k/dev/sbicreg.h +++ b/sys/arch/mvme68k/dev/sbicreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbicreg.h,v 1.3 1996/04/28 11:24:46 deraadt Exp $ */ +/* $OpenBSD: sbicreg.h,v 1.4 2002/07/10 20:30:14 jsyn Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -138,7 +138,7 @@ /* * CDBn registers, note that * cdb11 is used for status byte in target mode (send-status-and-cc) - * cdb12 sez if linked command complete, and w/flag if so + * cdb12 says if linked command complete, and w/flag if so */ /* diff --git a/sys/arch/mvme68k/stand/sboot/XBUG.S b/sys/arch/mvme68k/stand/sboot/XBUG.S index ce4cef4b660..db78a29f9c5 100644 --- a/sys/arch/mvme68k/stand/sboot/XBUG.S +++ b/sys/arch/mvme68k/stand/sboot/XBUG.S @@ -1,4 +1,4 @@ -/* $OpenBSD: XBUG.S,v 1.5 2001/04/30 00:13:35 deraadt Exp $ */ +/* $OpenBSD: XBUG.S,v 1.6 2002/07/10 20:30:14 jsyn Exp $ */ /* * Copyright (c) 1989,1990,1995 Theo de Raadt @@ -32,7 +32,7 @@ */ /* - * Theo sez: I wrote a bootrom for the MVME147 *years* ago. To write + * Theo says: I wrote a bootrom for the MVME147 *years* ago. To write * this ROM I copied a few chunks from the old bootrom, like this piece: * * "watch this, the moto bastard struck here, shouldn't have hired people diff --git a/sys/arch/mvme88k/stand/sboot/XBUG.S b/sys/arch/mvme88k/stand/sboot/XBUG.S index a3672f16f49..850de49909f 100644 --- a/sys/arch/mvme88k/stand/sboot/XBUG.S +++ b/sys/arch/mvme88k/stand/sboot/XBUG.S @@ -1,4 +1,4 @@ -/* $OpenBSD: XBUG.S,v 1.2 2001/07/04 08:09:30 niklas Exp $ */ +/* $OpenBSD: XBUG.S,v 1.3 2002/07/10 20:30:14 jsyn Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -32,7 +32,7 @@ */ /* - * Theo sez: I wrote a bootrom for the MVME147 *years* ago. To write + * Theo says: I wrote a bootrom for the MVME147 *years* ago. To write * this ROM I copied a few chunks from the old bootrom, like this piece: * * "watch this, the moto bastard struck here, shouldn't have hired people diff --git a/sys/arch/sparc64/fpu/fpu.c b/sys/arch/sparc64/fpu/fpu.c index 10e80a57c7d..906e1cdb82a 100644 --- a/sys/arch/sparc64/fpu/fpu.c +++ b/sys/arch/sparc64/fpu/fpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu.c,v 1.5 2002/03/14 01:26:45 millert Exp $ */ +/* $OpenBSD: fpu.c,v 1.6 2002/07/10 20:30:14 jsyn Exp $ */ /* $NetBSD: fpu.c,v 1.11 2000/12/06 01:47:50 mrg Exp $ */ /* @@ -234,7 +234,7 @@ fpu_cleanup(p, fs) #ifdef SUN4U if (fs->fs_qsize == 0) { printf("fpu_cleanup: unfinished fpop"); - /* The book sez reexecute or emulate. */ + /* The book says reexecute or emulate. */ return; } break; diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c index 380ec6c5a6e..4fe6af36656 100644 --- a/sys/arch/sparc64/sparc64/machdep.c +++ b/sys/arch/sparc64/sparc64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.45 2002/07/03 21:19:05 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.46 2002/07/10 20:30:15 jsyn Exp $ */ /* $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */ /*- @@ -1835,7 +1835,7 @@ sparc_bus_unmap(t, bh, size) vaddr_t endva = va + round_page(size); int error = extent_free(io_space, va, size, EX_NOWAIT); - if (error) printf("sparc_bus_unmap: extent free sez %d\n", error); + if (error) printf("sparc_bus_unmap: extent free says %d\n", error); pmap_remove(pmap_kernel(), va, endva); return (0); diff --git a/sys/arch/sparc64/stand/ofwboot/ofdev.c b/sys/arch/sparc64/stand/ofwboot/ofdev.c index 51920736c13..16f91db8f87 100644 --- a/sys/arch/sparc64/stand/ofwboot/ofdev.c +++ b/sys/arch/sparc64/stand/ofwboot/ofdev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ofdev.c,v 1.3 2002/03/14 01:26:46 millert Exp $ */ +/* $OpenBSD: ofdev.c,v 1.4 2002/07/10 20:30:15 jsyn Exp $ */ /* $NetBSD: ofdev.c,v 1.1 2000/08/20 14:58:41 mrg Exp $ */ /* @@ -80,7 +80,7 @@ filename(str, ppart) /* ...look whether there is a device with this name */ dhandle = OF_finddevice(str); #ifdef NOTDEF_DEBUG - printf("filename: OF_finddevice(%s) sez %x\n", + printf("filename: OF_finddevice(%s) says %x\n", str, dhandle); #endif *cp = savec; @@ -465,11 +465,11 @@ devopen(of, name, file) LABELSECTOR, DEV_BSIZE, buf, &read) != 0 || read != DEV_BSIZE || (errmsg = getdisklabel(buf, &label))) { - if (errmsg) printf("devopen: getdisklabel sez %s\n", errmsg); + if (errmsg) printf("devopen: getdisklabel says %s\n", errmsg); /* Else try MBR partitions */ errmsg = search_label(&ofdev, 0, buf, &label, 0); if (errmsg) { - printf("devopen: search_label sez %s\n", errmsg); + printf("devopen: search_label says %s\n", errmsg); error = ERDLAB; } if (error && error != ERDLAB) diff --git a/sys/sys/signal.h b/sys/sys/signal.h index 45db9bced8d..5ec19750b59 100644 --- a/sys/sys/signal.h +++ b/sys/sys/signal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: signal.h,v 1.13 2002/03/15 01:20:04 millert Exp $ */ +/* $OpenBSD: signal.h,v 1.14 2002/07/10 20:30:15 jsyn Exp $ */ /* $NetBSD: signal.h,v 1.21 1996/02/09 18:25:32 christos Exp $ */ /* @@ -99,7 +99,7 @@ #define SIGUSR2 31 /* user defined signal 2 */ /* - * Language spec sez we must list exactly one parameter, even though we + * Language spec says we must list exactly one parameter, even though we * actually supply three. Ugh! */ #define SIG_DFL (void (*)(int))0 |