Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 07:01:46 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7fa5cd38274e - main - Revert "drm2: Fix a typo in a source code comment"
Message-ID:  <202204140701.23E71kY8024468@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=7fa5cd38274e5e828496ef807af4226671106d93

commit 7fa5cd38274e5e828496ef807af4226671106d93
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-14 07:01:29 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 07:01:29 +0000

    Revert "drm2: Fix a typo in a source code comment"
    
    This reverts commit 5158cf0a382eb9079e1851f86293f37a1cf25f5b.
---
 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 22887679ecd5..b7979d912e15 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 mapping of DRM maps.
+ * Support code for mmaping of DRM maps.
  */
 
 #include <dev/drm2/drmP.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140701.23E71kY8024468>