aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2025-12-03 00:45:39 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2025-12-03 00:49:45 +0000
commit45d8bfdcba37996993748f4667646f5dc9f54506 (patch)
tree74bad9bbdf003270666a11e7e1230dac3ba0e09d /sys
parent39b2ca9ec99eded0b248082dcec6c843f40330a8 (diff)
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/linuxkpi/common/src/linux_page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linuxkpi/common/src/linux_page.c b/sys/compat/linuxkpi/common/src/linux_page.c
index 9cc981b2ba43..2b2827579cba 100644
--- a/sys/compat/linuxkpi/common/src/linux_page.c
+++ b/sys/compat/linuxkpi/common/src/linux_page.c
@@ -175,7 +175,7 @@ linux_free_pages(struct page *page, unsigned int order)
* contexts.
*
* Some pages are allocated by `linux_alloc_pages()`
- * above, but not all of them are. For instance in the
+ * above, but not all of them are. For instance in the
* DRM drivers, some pages come from
* `shmem_read_mapping_page_gfp()`.
*