From 5a42d1872ea9d80dfd17c3a2fc0f227a16d7fb82 Mon Sep 17 00:00:00 2001 From: jrtc27 Date: Wed, 16 Dec 2020 14:47:49 +0000 Subject: [PATCH] Fix whitespace in comment modified by r368697 --- sys/arm64/arm64/busdma_bounce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm64/arm64/busdma_bounce.c b/sys/arm64/arm64/busdma_bounce.c index ca08027daf2..70e626372df 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. -- 2.45.0