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 22ba115b49.
This commit is contained in:
Gordon Bergling 2022-03-29 20:47:52 +02:00
parent e50daba0e4
commit 277d3e855d

View File

@ -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>