Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:45:14 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 45572459a74c - stable/12 - umount(8): Remove a double word in a source code comment
Message-ID:  <202204140645.23E6jE3U097008@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=45572459a74c61f8899b8671ce16e54f6f387074

commit 45572459a74c61f8899b8671ce16e54f6f387074
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 08:02:14 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:37:21 +0000

    umount(8): Remove a double word in a source code comment
    
    - s/this this/this/
    
    (cherry picked from commit efb45ad024c480a6f66605932b3e66cd1002c6e5)
---
 sbin/umount/umount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c
index 6a58fdb5524e..9119c5be0da1 100644
--- a/sbin/umount/umount.c
+++ b/sbin/umount/umount.c
@@ -427,7 +427,7 @@ umountfs(struct statfs *sfs)
 			return (1);
 		}
 	}
-	/* Mark this this file system as unmounted. */
+	/* Mark this file system as unmounted. */
 	getmntentry(NULL, NULL, &sfs->f_fsid, REMOVE);
 	if (vflag)
 		(void)printf("%s: unmount from %s\n", sfs->f_mntfromname,



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