From 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 20 May 2023 13:37:47 +0000 Subject: Fix all the remaining misspellings -- BZ 25337 --- login/programs/utmpdump.c | 2 +- login/utmp_file.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'login') diff --git a/login/programs/utmpdump.c b/login/programs/utmpdump.c index 950e927200..f85654b9d1 100644 --- a/login/programs/utmpdump.c +++ b/login/programs/utmpdump.c @@ -28,7 +28,7 @@ print_entry (struct utmp *up) /* Mixed 32-/64-bit systems may have timeval structs of different sixe but need struct utmp to be the same size. So in 64-bit up->ut_tv may not be a timeval but a struct of __int32_t's. This would cause a compile - time warning and a formating error when 32-bit int is passed where + time warning and a formatting error when 32-bit int is passed where a 64-bit long is expected. So copy up->up_tv to a temporary timeval. This is 32-/64-bit agnostic and expands the timeval fields to the expected size as needed. */ diff --git a/login/utmp_file.c b/login/utmp_file.c index 1ef0782139..7055041d5f 100644 --- a/login/utmp_file.c +++ b/login/utmp_file.c @@ -153,7 +153,7 @@ __libc_setutent (void) return 1; } -/* Preform initialization if necessary. */ +/* Perform initialization if necessary. */ static bool maybe_setutent (void) { -- cgit 1.4.1