Fix whitespace in comment modified by r368697

This commit is contained in:
Jessica Clarke 2020-12-16 14:47:49 +00:00
parent 63d973c3e9
commit f9c504ae7f

View File

@ -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.