diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2020-12-16 14:47:49 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2020-12-16 14:47:49 +0000 |
| commit | f9c504ae7ffa0af2a6515deb592b356fe87bf472 (patch) | |
| tree | c6f86227fe072ce901c093c98e8976b47a03991e /sys | |
| parent | 63d973c3e94cb253d61fb82679a8497dbb955230 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arm64/arm64/busdma_bounce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/arm64/busdma_bounce.c b/sys/arm64/arm64/busdma_bounce.c index ca08027daf2d..70e626372df8 100644 --- a/sys/arm64/arm64/busdma_bounce.c +++ b/sys/arm64/arm64/busdma_bounce.c @@ -442,7 +442,7 @@ bounce_bus_dmamap_create(bus_dma_tag_t dmat, int flags, bus_dmamap_t *mapp) bz = dmat->bounce_zone; /* - * Attempt to add pages to our pool on a per-instancebasis up to a sane + * Attempt to add pages to our pool on a per-instance basis up to a sane * limit. Even if the tag isn't subject of bouncing due to alignment * and boundary constraints, it could still auto-bounce due to * cacheline alignment, which requires at most two bounce pages. |
