Module Name:    src
Committed By:   andvar
Date:           Sun Sep 19 20:52:47 UTC 2021

Modified Files:
        src/lib/libtelnet: auth.c
        src/sys/arch/arm/gemini: obio_wdc.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libtelnet/auth.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/gemini/obio_wdc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libtelnet/auth.c
diff -u src/lib/libtelnet/auth.c:1.24 src/lib/libtelnet/auth.c:1.25
--- src/lib/libtelnet/auth.c:1.24	Sun Dec 16 16:06:39 2018
+++ src/lib/libtelnet/auth.c	Sun Sep 19 20:52:47 2021
@@ -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	int	auth_send_cnt = 0;
 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[] = {

Index: src/sys/arch/arm/gemini/obio_wdc.c
diff -u src/sys/arch/arm/gemini/obio_wdc.c:1.10 src/sys/arch/arm/gemini/obio_wdc.c:1.11
--- src/sys/arch/arm/gemini/obio_wdc.c:1.10	Sun Sep 19 10:34:08 2021
+++ src/sys/arch/arm/gemini/obio_wdc.c	Sun Sep 19 20:52:47 2021
@@ -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 @@ wdc_obio_attach(device_t parent, device_
 	/*
 	 * 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) {

Reply via email to