The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=98bde38b32add42e75c4e91f0e4a487ada053a46
commit 98bde38b32add42e75c4e91f0e4a487ada053a46 Author: Gordon Bergling <[email protected]> AuthorDate: 2022-09-07 11:35:45 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2022-09-10 07:00:42 +0000 usb: Bring back an accidently reverted grammar correction - s/that that/that/ 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 9df2b243d232..58d3d989a5d2 100644 --- a/sys/dev/usb/usb_busdma.c +++ b/sys/dev/usb/usb_busdma.c @@ -557,7 +557,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
