aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-03-29 18:47:52 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-03-29 18:47:52 +0000
commit277d3e855d8e9dce34311a994e58b6f4efcfe6a1 (patch)
tree016a34dfc9d1b40a151040fe4f72a2a92ca678ed /sys/dev/drm2
parente50daba0e496c271cdd1056ffcbab513348b3de9 (diff)
Diffstat (limited to 'sys/dev/drm2')
-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>