Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/usr.bin/su Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/6d65c4319095
branches: netbsd-8
changeset: 434655:6d65c4319095
user: htodd <htodd%NetBSD.org@localhost>
date: Sun Feb 25 23:51:22 2018 +0000
description:
Fix typo in comment.
diffstat:
usr.bin/su/su_pam.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7dd6c34ba88a -r 6d65c4319095 usr.bin/su/su_pam.c
--- a/usr.bin/su/su_pam.c Sun Feb 25 23:50:22 2018 +0000
+++ b/usr.bin/su/su_pam.c Sun Feb 25 23:51:22 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: su_pam.c,v 1.20 2015/08/09 09:39:21 shm Exp $ */
+/* $NetBSD: su_pam.c,v 1.20.8.1 2018/02/25 23:51:22 htodd Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94";*/
#else
-__RCSID("$NetBSD: su_pam.c,v 1.20 2015/08/09 09:39:21 shm Exp $");
+__RCSID("$NetBSD: su_pam.c,v 1.20.8.1 2018/02/25 23:51:22 htodd Exp $");
#endif
#endif /* not lint */
@@ -337,7 +337,7 @@
/*
* Initialize the supplemental groups before pam gets to them,
* so that other pam modules get a chance to add more when
- * we do setcred. Note, we don't relinguish our set-userid yet
+ * we do setcred. Note, we don't relinquish our set-userid yet
*/
/* if we aren't changing users, keep the current group members */
if (ruid != pwd->pw_uid &&
Home |
Main Index |
Thread Index |
Old Index