Module Name:    src
Committed By:   andvar
Date:           Sat May 18 19:28:36 UTC 2024

Modified Files:
        src/usr.bin/passwd: yp_passwd.c

Log Message:
s/Abosrb/Absorb/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/passwd/yp_passwd.c

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

Modified files:

Index: src/usr.bin/passwd/yp_passwd.c
diff -u src/usr.bin/passwd/yp_passwd.c:1.37 src/usr.bin/passwd/yp_passwd.c:1.38
--- src/usr.bin/passwd/yp_passwd.c:1.37	Sun Mar 25 05:55:07 2012
+++ src/usr.bin/passwd/yp_passwd.c	Sat May 18 19:28:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: yp_passwd.c,v 1.37 2012/03/25 05:55:07 dholland Exp $	*/
+/*	$NetBSD: yp_passwd.c,v 1.38 2024/05/18 19:28:36 andvar Exp $	*/
 
 /*
  * Copyright (c) 1988, 1990, 1993, 1994
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "from:  @(#)local_passwd.c    8.3 (Berkeley) 4/2/94";
 #else
-__RCSID("$NetBSD: yp_passwd.c,v 1.37 2012/03/25 05:55:07 dholland Exp $");
+__RCSID("$NetBSD: yp_passwd.c,v 1.38 2024/05/18 19:28:36 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -229,7 +229,7 @@ pwyp_process(const char *username, int a
 		switch (ch) {
 		case 'y':
 			/*
-			 * Abosrb the -y that may have gotten us here.
+			 * Absorb the -y that may have gotten us here.
 			 */
 			break;
 

Reply via email to