Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 07:34:25 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: f25bd922c970 - stable/13 - hyperv: Remove a double word in a source code comment
Message-ID:  <202209070734.2877YP9Q055309@gitrepo.freebsd.org>

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

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

commit f25bd922c970ba3e6a127a137baffa33a1d2778f
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:33:44 +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 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?202209070734.2877YP9Q055309>