diff options
| author | andvar <andvar@NetBSD.org> | 2022-11-02 12:03:44 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-11-02 12:03:44 +0000 |
| commit | ee8ab32f9d785d31c8de9dbe9bd44189bd258fb0 (patch) | |
| tree | ae93188ce71c83a4b299eecf19b9683d6540dc0d /sys/dev | |
| parent | 95e6a0faaeb41ca81ffe55c5d148a0733c5fa3ae (diff) | |
s/ourselve/ourselves/ in comments.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/esiop.c | 8 | ||||
| -rw-r--r-- | sys/dev/ic/siop.c | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/ic/esiop.c b/sys/dev/ic/esiop.c index 94a499cb7c5..5d28eb25b08 100644 --- a/sys/dev/ic/esiop.c +++ b/sys/dev/ic/esiop.c @@ -1,4 +1,4 @@ -/* $NetBSD: esiop.c,v 1.61 2022/05/23 19:21:30 andvar Exp $ */ +/* $NetBSD: esiop.c,v 1.62 2022/11/02 12:03:44 andvar Exp $ */ /* * Copyright (c) 2002 Manuel Bouyer. @@ -28,7 +28,7 @@ /* SYM53c7/8xx PCI-SCSI I/O Processors driver */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.61 2022/05/23 19:21:30 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.62 2022/11/02 12:03:44 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -660,7 +660,7 @@ none: if ((sist & (SIST1_STO << 8)) && need_reset == 0) { /* * selection time out, assume there's no device here - * We also have to update the ring pointer ourselve + * We also have to update the ring pointer ourselves */ slot = bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, SIOP_SCRATCHE); @@ -733,7 +733,7 @@ none: goto scintr; } /* - * else we have to restart it ourselve, at the + * else we have to restart it ourselves, at the * interrupted instruction. */ bus_space_write_4(sc->sc_c.sc_rt, sc->sc_c.sc_rh, diff --git a/sys/dev/ic/siop.c b/sys/dev/ic/siop.c index 332420ba5e5..0a32b0d20df 100644 --- a/sys/dev/ic/siop.c +++ b/sys/dev/ic/siop.c @@ -1,4 +1,4 @@ -/* $NetBSD: siop.c,v 1.103 2022/02/23 21:54:41 andvar Exp $ */ +/* $NetBSD: siop.c,v 1.104 2022/11/02 12:03:44 andvar Exp $ */ /* * Copyright (c) 2000 Manuel Bouyer. @@ -28,7 +28,7 @@ /* SYM53c7/8xx PCI-SCSI I/O Processors driver */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.103 2022/02/23 21:54:41 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.104 2022/11/02 12:03:44 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -561,7 +561,7 @@ siop_intr(void *v) goto scintr; } /* - * else we have to restart it ourselve, at the + * else we have to restart it ourselves, at the * interrupted instruction. */ bus_space_write_4(sc->sc_c.sc_rt, sc->sc_c.sc_rh, |
