Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 07:57:52 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: dff90c4ce1a5 - stable/12 - hyperv: Remove a double word in a source code comment
Message-ID:  <202209070757.2877vqNS081609@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=dff90c4ce1a575a7d45bdaede4f148a1215120b5

commit dff90c4ce1a575a7d45bdaede4f148a1215120b5
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:49:47 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:57:39 +0000

    hyperv: Remove a double word in a source code comment
    
    - s/the the/the/
    
    (cherry picked from commit 26d6e38604494539ee96935e9fd6cfa1341bf6e2)
---
 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 6f9cb6459dce..83ce18b89956 100644
--- a/sys/dev/hyperv/include/vmbus.h
+++ b/sys/dev/hyperv/include/vmbus.h
@@ -143,7 +143,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?202209070757.2877vqNS081609>