mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
e50daba0e4
commit
277d3e855d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue