Source-Changes-HG archive

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

[src/trunk]: src/sys s/manaul/manual/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/47ff7b9cdb20
branches:  trunk
changeset: 466600:47ff7b9cdb20
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Dec 27 09:28:41 2019 +0000

description:
s/manaul/manual/ in comment.

diffstat:

 sys/arch/acorn32/mainbus/lpt_pioc.c |  6 +++---
 sys/arch/hppa/gsc/lpt_gsc.c         |  6 +++---
 sys/dev/isa/lpt_isa.c               |  6 +++---
 sys/dev/ppbus/lpt.c                 |  6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (108 lines):

diff -r ca7961b90b44 -r 47ff7b9cdb20 sys/arch/acorn32/mainbus/lpt_pioc.c
--- a/sys/arch/acorn32/mainbus/lpt_pioc.c       Fri Dec 27 09:25:57 2019 +0000
+++ b/sys/arch/acorn32/mainbus/lpt_pioc.c       Fri Dec 27 09:28:41 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lpt_pioc.c,v 1.12 2011/07/19 15:59:53 dyoung Exp $     */
+/*     $NetBSD: lpt_pioc.c,v 1.13 2019/12/27 09:28:41 msaitoh Exp $    */
 
 /*
  * Copyright (c) 1997 Mark Brinicombe
@@ -36,7 +36,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: lpt_pioc.c,v 1.12 2011/07/19 15:59:53 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lpt_pioc.c,v 1.13 2019/12/27 09:28:41 msaitoh Exp $");
 
 #include <sys/systm.h>
 #include <sys/kernel.h>
@@ -90,7 +90,7 @@
  *
  *     2) You should be able to write to and read back the same value
  *        to the control port lower 5 bits, the upper 3 bits are reserved
- *        per the IBM PC technical reference manauls and different boards
+ *        per the IBM PC technical reference manuals and different boards
  *        do different things with them.  Do an alternating zeros, alternating
  *        ones, walking zero, and walking one test to check for stuck bits.
  *
diff -r ca7961b90b44 -r 47ff7b9cdb20 sys/arch/hppa/gsc/lpt_gsc.c
--- a/sys/arch/hppa/gsc/lpt_gsc.c       Fri Dec 27 09:25:57 2019 +0000
+++ b/sys/arch/hppa/gsc/lpt_gsc.c       Fri Dec 27 09:28:41 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lpt_gsc.c,v 1.1 2014/02/24 07:23:43 skrll Exp $        */
+/*     $NetBSD: lpt_gsc.c,v 1.2 2019/12/27 09:28:41 msaitoh Exp $      */
 
 /*     $OpenBSD: lpt_gsc.c,v 1.6 2000/07/21 17:41:06 mickey Exp $      */
 
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lpt_gsc.c,v 1.1 2014/02/24 07:23:43 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lpt_gsc.c,v 1.2 2019/12/27 09:28:41 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -119,7 +119,7 @@
  *
  *     2) You should be able to write to and read back the same value
  *        to the control port lower 5 bits, the upper 3 bits are reserved
- *        per the IBM PC technical reference manauls and different boards
+ *        per the IBM PC technical reference manuals and different boards
  *        do different things with them.  Do an alternating zeros, alternating
  *        ones, walking zero, and walking one test to check for stuck bits.
  *
diff -r ca7961b90b44 -r 47ff7b9cdb20 sys/dev/isa/lpt_isa.c
--- a/sys/dev/isa/lpt_isa.c     Fri Dec 27 09:25:57 2019 +0000
+++ b/sys/dev/isa/lpt_isa.c     Fri Dec 27 09:28:41 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lpt_isa.c,v 1.69 2018/03/24 18:34:43 jdolecek Exp $    */
+/*     $NetBSD: lpt_isa.c,v 1.70 2019/12/27 09:28:41 msaitoh Exp $     */
 
 /*
  * Copyright (c) 1993, 1994 Charles M. Hannum.
@@ -54,7 +54,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lpt_isa.c,v 1.69 2018/03/24 18:34:43 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lpt_isa.c,v 1.70 2019/12/27 09:28:41 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -130,7 +130,7 @@
  *
  *     2) You should be able to write to and read back the same value
  *        to the control port lower 5 bits, the upper 3 bits are reserved
- *        per the IBM PC technical reference manauls and different boards
+ *        per the IBM PC technical reference manuals and different boards
  *        do different things with them.  Do an alternating zeros, alternating
  *        ones, walking zero, and walking one test to check for stuck bits.
  *
diff -r ca7961b90b44 -r 47ff7b9cdb20 sys/dev/ppbus/lpt.c
--- a/sys/dev/ppbus/lpt.c       Fri Dec 27 09:25:57 2019 +0000
+++ b/sys/dev/ppbus/lpt.c       Fri Dec 27 09:28:41 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lpt.c,v 1.31 2018/09/03 16:29:33 riastradh Exp $ */
+/* $NetBSD: lpt.c,v 1.32 2019/12/27 09:28:41 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1990 William F. Jolitz, TeleMuse
@@ -64,7 +64,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lpt.c,v 1.31 2018/09/03 16:29:33 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lpt.c,v 1.32 2019/12/27 09:28:41 msaitoh Exp $");
 
 #include "opt_ppbus_lpt.h"
 
@@ -305,7 +305,7 @@
  *
  *     2) You should be able to write to and read back the same value
  *        to the control port lower 5 bits, the upper 3 bits are reserved
- *        per the IBM PC technical reference manauls and different boards
+ *        per the IBM PC technical reference manuals and different boards
  *        do different things with them.  Do an alternating zeros, alternating
  *        ones, walking zero, and walking one test to check for stuck bits.
  *



Home | Main Index | Thread Index | Old Index