Re: git: 5158cf0a382e - main - drm2: Fix a typo in a source code comment
Date: Tue, 12 Apr 2022 17:15:19 UTC
On 4/9/22 12:30 AM, Gordon Bergling wrote: > The branch main has been updated by gbe (doc committer): > > URL: https://cgit.FreeBSD.org/src/commit/?id=5158cf0a382eb9079e1851f86293f37a1cf25f5b > > commit 5158cf0a382eb9079e1851f86293f37a1cf25f5b > Author: Gordon Bergling <gbe@FreeBSD.org> > AuthorDate: 2022-03-27 16:36:32 +0000 > Commit: Gordon Bergling <gbe@FreeBSD.org> > CommitDate: 2022-04-09 07:28:14 +0000 > > drm2: Fix a typo in a source code comment > > - s/mmaping/mapping/ > > MFC after: 3 days > --- > sys/dev/drm2/drm_vm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Eh, you committed this the previous weekend and then reverted it at alc@'s request. Perhaps need to revert it again and add an exception to the script you are using to find typos? commit 5158cf0a382eb9079e1851f86293f37a1cf25f5b Author: Gordon Bergling <gbe@FreeBSD.org> Date: Sun Mar 27 18:36:32 2022 +0200 drm2: Fix a typo in a source code comment - s/mmaping/mapping/ MFC after: 3 days commit 277d3e855d8e9dce34311a994e58b6f4efcfe6a1 Author: Gordon Bergling <gbe@FreeBSD.org> Date: Tue Mar 29 20:47:52 2022 +0200 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 22ba115b49a2c266aa1967f6b192b7aa8f883b7d. commit 22ba115b49a2c266aa1967f6b192b7aa8f883b7d Author: Gordon Bergling <gbe@FreeBSD.org> Date: Sun Mar 27 18:36:32 2022 +0200 drm2: Fix a typo in a source code comment - s/mmaping/mapping/ MFC after: 3 days -- John Baldwin