From 277d3e855d8e9dce34311a994e58b6f4efcfe6a1 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Tue, 29 Mar 2022 20:47:52 +0200 Subject: [PATCH] Revert "drm2: Fix a typo in a source code comment" The comment about 'mmaping' was actually correct since the comment was referencing to mmap(2). Reported by: alc This reverts commit 22ba115b49a2c266aa1967f6b192b7aa8f883b7d. --- sys/dev/drm2/drm_vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/drm2/drm_vm.c b/sys/dev/drm2/drm_vm.c index 22887679ecd..b7979d912e1 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