Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic s/ourselve/ourselves/ in comments.
details: https://anonhg.NetBSD.org/src/rev/6c840d5db33d
branches: trunk
changeset: 372241:6c840d5db33d
user: andvar <andvar%NetBSD.org@localhost>
date: Wed Nov 02 12:03:44 2022 +0000
description:
s/ourselve/ourselves/ in comments.
diffstat:
sys/dev/ic/esiop.c | 8 ++++----
sys/dev/ic/siop.c | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (63 lines):
diff -r 1f101add5705 -r 6c840d5db33d sys/dev/ic/esiop.c
--- a/sys/dev/ic/esiop.c Wed Nov 02 11:04:02 2022 +0000
+++ b/sys/dev/ic/esiop.c Wed Nov 02 12:03:44 2022 +0000
@@ -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 @@
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 @@
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 -r 1f101add5705 -r 6c840d5db33d sys/dev/ic/siop.c
--- a/sys/dev/ic/siop.c Wed Nov 02 11:04:02 2022 +0000
+++ b/sys/dev/ic/siop.c Wed Nov 02 12:03:44 2022 +0000
@@ -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 @@
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,
Home |
Main Index |
Thread Index |
Old Index