Source-Changes-HG archive

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

[src/trunk]: src s/Plese/Please/ in comment, and fix an article in obio_wdc.c...



details:   https://anonhg.NetBSD.org/src/rev/2fb08b1919ea
branches:  trunk
changeset: 986322:2fb08b1919ea
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Sep 19 20:52:47 2021 +0000

description:
s/Plese/Please/ in comment, and fix an article in obio_wdc.c comment.

diffstat:

 lib/libtelnet/auth.c           |  6 +++---
 sys/arch/arm/gemini/obio_wdc.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 21e721d395e6 -r 2fb08b1919ea lib/libtelnet/auth.c
--- a/lib/libtelnet/auth.c      Sun Sep 19 20:43:46 2021 +0000
+++ b/lib/libtelnet/auth.c      Sun Sep 19 20:52:47 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: auth.c,v 1.24 2018/12/16 16:06:39 maya Exp $   */
+/*     $NetBSD: auth.c,v 1.25 2021/09/19 20:52:47 andvar Exp $ */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)auth.c     8.3 (Berkeley) 5/30/95"
 #else
-__RCSID("$NetBSD: auth.c,v 1.24 2018/12/16 16:06:39 maya Exp $");
+__RCSID("$NetBSD: auth.c,v 1.25 2021/09/19 20:52:47 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -93,7 +93,7 @@
 static void auth_intr(int);
 
 /*
- * Authentication types supported.  Plese note that these are stored
+ * Authentication types supported.  Please note that these are stored
  * in priority order, i.e. try the first one first.
  */
 Authenticator authenticators[] = {
diff -r 21e721d395e6 -r 2fb08b1919ea sys/arch/arm/gemini/obio_wdc.c
--- a/sys/arch/arm/gemini/obio_wdc.c    Sun Sep 19 20:43:46 2021 +0000
+++ b/sys/arch/arm/gemini/obio_wdc.c    Sun Sep 19 20:52:47 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: obio_wdc.c,v 1.10 2021/09/19 10:34:08 andvar Exp $     */
+/*     $NetBSD: obio_wdc.c,v 1.11 2021/09/19 20:52:47 andvar Exp $     */
 
 /* adapted from iq31244/wdc_obio.c:
  *     NetBSD: wdc_obio.c,v 1.5 2008/04/28 20:23:16 martin Exp
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obio_wdc.c,v 1.10 2021/09/19 10:34:08 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obio_wdc.c,v 1.11 2021/09/19 20:52:47 andvar Exp $");
 
 #include "locators.h"
 
@@ -93,7 +93,7 @@
        /*
         * we treat the two channels of the Gemini MIDE controller
         * as separate wdc controllers, because they have
-        * independent interrupts.  'chan' here is an MIDE channel,
+        * independent interrupts.  'chan' here is a MIDE channel,
         * (not to be confused with ATA channel).
         */
        switch (obio->obio_addr) {



Home | Main Index | Thread Index | Old Index