diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-07 11:35:45 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-10 07:00:42 +0000 |
| commit | 98bde38b32add42e75c4e91f0e4a487ada053a46 (patch) | |
| tree | fa1d774e7032b69df1433fced56ec3684bb25cb1 /sys/dev | |
| parent | a2ad68ee9f4e74274faf30100d0048510817a079 (diff) | |
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usb_busdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
