Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/su Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/f9248255d7a9
branches:  trunk
changeset: 830108:f9248255d7a9
user:      htodd <htodd%NetBSD.org@localhost>
date:      Mon Feb 26 00:05:05 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 9cb144d8a422 -r f9248255d7a9 usr.bin/su/su_pam.c
--- a/usr.bin/su/su_pam.c       Sun Feb 25 23:55:55 2018 +0000
+++ b/usr.bin/su/su_pam.c       Mon Feb 26 00:05:05 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.21 2018/02/26 00:05:05 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.21 2018/02/26 00:05:05 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