Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/acorn32/podulebus Spelling on comment



details:   https://anonhg.NetBSD.org/src/rev/a085680f3fda
branches:  trunk
changeset: 347200:a085680f3fda
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Aug 17 22:03:57 2016 +0000

description:
Spelling on comment

diffstat:

 sys/arch/acorn32/podulebus/esc.c  |  6 +++---
 sys/arch/acorn32/podulebus/sfas.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 39e0931a8c94 -r a085680f3fda sys/arch/acorn32/podulebus/esc.c
--- a/sys/arch/acorn32/podulebus/esc.c  Wed Aug 17 22:02:19 2016 +0000
+++ b/sys/arch/acorn32/podulebus/esc.c  Wed Aug 17 22:03:57 2016 +0000
@@ -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 @@
                                         * 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.
diff -r 39e0931a8c94 -r a085680f3fda sys/arch/acorn32/podulebus/sfas.c
--- a/sys/arch/acorn32/podulebus/sfas.c Wed Aug 17 22:02:19 2016 +0000
+++ b/sys/arch/acorn32/podulebus/sfas.c Wed Aug 17 22:03:57 2016 +0000
@@ -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 @@
                                         * 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.



Home | Main Index | Thread Index | Old Index