summaryrefslogtreecommitdiff
path: root/login/logwtmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'login/logwtmp.c')
-rw-r--r--login/logwtmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login/logwtmp.c b/login/logwtmp.c
index 0d5e48e51f..876388323f 100644
--- a/login/logwtmp.c
+++ b/login/logwtmp.c
@@ -67,7 +67,7 @@ logwtmp (const char *line, const char *name, const char *host)
__flock (fd, LOCK_EX | LOCK_NB);
}
- /* Remeber original size of log file: */
+ /* Remember original size of log file: */
if (__fstat (fd, &st) < 0)
goto done;