git: 22ded21f15a3 - stable/13 - last(1): Remove double words in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Apr 2023 05:16:03 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=22ded21f15a350e8aa3350c6be5b5a09108e2ccc
commit 22ded21f15a350e8aa3350c6be5b5a09108e2ccc
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-04-18 05:12:45 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-04-23 05:15:36 +0000
last(1): Remove double words in source code comments
- s/on on/on/
- s/we we/we/
(cherry picked from commit 1190b82c2294762c77099fc52835d5d07b57e7a3)
---
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 d197afe7eb0b..cc50bb924931 100644
--- a/usr.bin/last/last.c
+++ b/usr.bin/last/last.c
@@ -319,7 +319,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)