From 1190b82c2294762c77099fc52835d5d07b57e7a3 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Tue, 18 Apr 2023 07:12:45 +0200 Subject: [PATCH] last(1): Remove double words in source code comments - s/on on/on/ - s/we we/we/ MFC after: 5 days --- usr.bin/last/last.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index 4b6ac33b8df..28d14dbbace 100644 --- a/usr.bin/last/last.c +++ b/usr.bin/last/last.c @@ -287,7 +287,7 @@ doentry(struct utmpx *bp) "crash" : "shutdown"; /* * if we're in snapshot mode, we want to exit if this - * shutdown/reboot appears while we we are tracking the + * shutdown/reboot appears while we are tracking the * active range */ if (snaptime && snapfound)