Date: Sun, 4 Sep 2022 11:49:57 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: 26d6e3860449 - main - hyperv: Remove a double word in a source code comment Message-ID: <202209041149.284Bnvse073247@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=26d6e38604494539ee96935e9fd6cfa1341bf6e2 commit 26d6e38604494539ee96935e9fd6cfa1341bf6e2 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 11:49:47 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-04 11:49:47 +0000 hyperv: Remove a double word in a source code comment - s/the the/the/ MFC after: 3 days --- sys/dev/hyperv/include/vmbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/hyperv/include/vmbus.h b/sys/dev/hyperv/include/vmbus.h index 76c1ad632765..9a9099af92d2 100644 --- a/sys/dev/hyperv/include/vmbus.h +++ b/sys/dev/hyperv/include/vmbus.h @@ -145,7 +145,7 @@ vmbus_get_channel(device_t dev) * Return values: * 0 Succeeded. * EISCONN Failed, and the memory passed through 'br' is still - * connected. Callers must _not_ free the the memory + * connected. Callers must _not_ free the memory * passed through 'br', if this error happens. * other values Failed. The memory passed through 'br' is no longer * connected. Callers are free to do anything with the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209041149.284Bnvse073247>