Module Name: src
Committed By: skrll
Date: Wed Aug 17 22:03:57 UTC 2016
Modified Files:
src/sys/arch/acorn32/podulebus: esc.c sfas.c
Log Message:
Spelling on comment
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/acorn32/podulebus/esc.c
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/acorn32/podulebus/sfas.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/acorn32/podulebus/esc.c
diff -u src/sys/arch/acorn32/podulebus/esc.c:1.30 src/sys/arch/acorn32/podulebus/esc.c:1.31
--- src/sys/arch/acorn32/podulebus/esc.c:1.30 Sun Dec 13 19:53:02 2015
+++ src/sys/arch/acorn32/podulebus/esc.c Wed Aug 17 22:03:57 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: esc.c,v 1.30 2015/12/13 19:53:02 christos Exp $ */
+/* $NetBSD: esc.c,v 1.31 2016/08/17 22:03:57 skrll Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -86,7 +86,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esc.c,v 1.30 2015/12/13 19:53:02 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esc.c,v 1.31 2016/08/17 22:03:57 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1491,7 +1491,7 @@ esc_postaction(struct esc_softc *dev, es
* Make sure that the specs are within
* chip limits. Note that if we
* initiated the negotiation the specs
- * WILL be withing chip limits. If it
+ * WILL be within chip limits. If it
* was the scsi unit that initiated
* the negotiation, the specs may be
* to high.
Index: src/sys/arch/acorn32/podulebus/sfas.c
diff -u src/sys/arch/acorn32/podulebus/sfas.c:1.26 src/sys/arch/acorn32/podulebus/sfas.c:1.27
--- src/sys/arch/acorn32/podulebus/sfas.c:1.26 Sat Oct 25 10:58:12 2014
+++ src/sys/arch/acorn32/podulebus/sfas.c Wed Aug 17 22:03:57 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: sfas.c,v 1.26 2014/10/25 10:58:12 skrll Exp $ */
+/* $NetBSD: sfas.c,v 1.27 2016/08/17 22:03:57 skrll Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -82,7 +82,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sfas.c,v 1.26 2014/10/25 10:58:12 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sfas.c,v 1.27 2016/08/17 22:03:57 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1410,7 +1410,7 @@ sfas_postaction(struct sfas_softc *dev,
* Make sure that the specs are within
* chip limits. Note that if we
* initiated the negotiation the specs
- * WILL be withing chip limits. If it
+ * WILL be within chip limits. If it
* was the scsi unit that initiated
* the negotiation, the specs may be
* to high.