drm2: Fix a typo in a source code comment

- s/mmaping/mapping/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2022-03-27 18:36:32 +02:00
parent a06052d623
commit 5158cf0a38
+1 -1
View File
@@ -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>