aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-14 07:01:29 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-14 07:01:29 +0000
commit7fa5cd38274e5e828496ef807af4226671106d93 (patch)
treedb68ca2efe489e8b871573256ca131dd1f7368c4 /sys/dev
parent1346766f60ad1cfce89dea1e4092ee648b831420 (diff)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/drm2/drm_vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm2/drm_vm.c b/sys/dev/drm2/drm_vm.c
index 22887679ecd5..b7979d912e15 100644
--- a/sys/dev/drm2/drm_vm.c
+++ b/sys/dev/drm2/drm_vm.c
@@ -37,7 +37,7 @@
__FBSDID("$FreeBSD$");
/** @file drm_vm.c
- * Support code for mapping of DRM maps.
+ * Support code for mmaping of DRM maps.
*/
#include <dev/drm2/drmP.h>