git: 61a9ac1db0da - stable/12 - drm2: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 13:43:52 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=61a9ac1db0da28e88affa9073643abd78d0b89b9
commit 61a9ac1db0da28e88affa9073643abd78d0b89b9
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 16:36:32 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:41:06 +0000
drm2: Fix a typo in a source code comment
- s/mmaping/mapping/
(cherry picked from 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 b7979d912e15..22887679ecd5 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 mmaping of DRM maps.
+ * Support code for mapping of DRM maps.
*/
#include <dev/drm2/drmP.h>