The branch main has been updated by gbe (doc committer):

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

commit 26d6e38604494539ee96935e9fd6cfa1341bf6e2
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-09-04 11:49:47 +0000
Commit:     Gordon Bergling <[email protected]>
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

Reply via email to