Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 11:35:59 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: dfd377708550 - main - net80211(4): Bring back an accidently reverted grammar correction
Message-ID:  <202209071135.287BZx39056524@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=dfd3777085503a215632b003e917afd73e070a9a

commit dfd3777085503a215632b003e917afd73e070a9a
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-07 11:35:45 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 11:35:45 +0000

    net80211(4): Bring back an accidently reverted grammar correction
    
    - s/that that/that/
    
    Reported by:    se, danfe
    MFC after:      3 days
---
 sys/dev/usb/usb_busdma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/usb/usb_busdma.c b/sys/dev/usb/usb_busdma.c
index 62e22805b39c..69d9ea292523 100644
--- a/sys/dev/usb/usb_busdma.c
+++ b/sys/dev/usb/usb_busdma.c
@@ -546,7 +546,7 @@ usb_pc_alloc_mem(struct usb_page_cache *pc, struct usb_page *pg,
 		/*
 		 * XXX BUS-DMA workaround - FIXME later:
 		 *
-		 * We assume that that the alignment at this point of
+		 * We assume that the alignment at this point of
 		 * the code is greater than or equal to the size and
 		 * less than two times the size, so that if we double
 		 * the size, the size will be greater than the



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