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 fc48cc124c
commit 22ba115b49

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>