Module Name: src
Committed By: andvar
Date: Sat May 18 19:03:31 UTC 2024
Modified Files:
src/usr.bin/passwd: local_passwd.c
Log Message:
s/Aborb/Absorb/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/usr.bin/passwd/local_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/local_passwd.c
diff -u src/usr.bin/passwd/local_passwd.c:1.36 src/usr.bin/passwd/local_passwd.c:1.37
--- src/usr.bin/passwd/local_passwd.c:1.36 Sun Mar 25 05:55:07 2012
+++ src/usr.bin/passwd/local_passwd.c Sat May 18 19:03:31 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: local_passwd.c,v 1.36 2012/03/25 05:55:07 dholland Exp $ */
+/* $NetBSD: local_passwd.c,v 1.37 2024/05/18 19:03:31 andvar Exp $ */
/*-
* Copyright (c) 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: local_passwd.c,v 1.36 2012/03/25 05:55:07 dholland Exp $");
+__RCSID("$NetBSD: local_passwd.c,v 1.37 2024/05/18 19:03:31 andvar Exp $");
#endif
#endif /* not lint */
@@ -146,7 +146,7 @@ pwlocal_process(const char *username, in
switch (ch) {
case 'l':
/*
- * Aborb the -l that may have gotten us here.
+ * Absorb the -l that may have gotten us here.
*/
break;