]> granicus.if.org Git - shadow/commitdiff
* src/usermod.c: Fix typo in comment.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 14 Jul 2011 13:28:59 +0000 (13:28 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 14 Jul 2011 13:28:59 +0000 (13:28 +0000)
ChangeLog
src/usermod.c

index f51b9c829b81a7bf6c78ea877a7aba87e86ee93d..cef066fa772c8644780fb9c2516823a7cf5235bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-14  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/usermod.c: Fix typo in comment.
+
 2011-07-08  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/groupadd.c: Fix typo in comment.
index 11c925bef243eeb3d4c74ee425f94b18741c70d4..cd63089a40cf1acd6ad5577309db4acb25d1aa32 100644 (file)
@@ -1591,7 +1591,7 @@ static void update_faillog (void)
                /* Check if the new UID already has an entry */
                if (   (lseek (fd, off_newuid, SEEK_SET) == off_newuid)
                    && (read (fd, &fl, sizeof fl) == (ssize_t) sizeof fl)) {
-                       /* Reset the new uid's lastlog entry */
+                       /* Reset the new uid's faillog entry */
                        memzero (&fl, sizeof (fl));
                        if (   (lseek (fd, off_newuid, SEEK_SET) != off_newuid)
                            || (write (fd, &fl, sizeof fl) != (ssize_t) sizeof fl)