Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 05:15:22 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1190b82c2294 - main - last(1): Remove double words in source code comments
Message-ID:  <202304180515.33I5FMRV006801@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=1190b82c2294762c77099fc52835d5d07b57e7a3

commit 1190b82c2294762c77099fc52835d5d07b57e7a3
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-04-18 05:12:45 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-04-18 05:14:53 +0000

    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 4b6ac33b8df4..28d14dbbaceb 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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304180515.33I5FMRV006801>