The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=3f4e44f38c9bf45f95c2f22da3d1ec447cdc535e
commit 3f4e44f38c9bf45f95c2f22da3d1ec447cdc535e Author: Gordon Bergling <[email protected]> AuthorDate: 2022-09-07 11:35:45 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2022-09-10 06:58:54 +0000 usb(4): Bring back an accidently reverted grammar correction - s/that that/that/ Reported by: se, danfe MFC after: 3 days (cherry picked from commit dfd3777085503a215632b003e917afd73e070a9a) --- 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
