Re: git: 5158cf0a382e - main - drm2: Fix a typo in a source code comment
- In reply to: John Baldwin : "Re: git: 5158cf0a382e - main - drm2: Fix a typo in a source code comment"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 07:06:04 UTC
On Tue, Apr 12, 2022 at 10:15:19AM -0700, John Baldwin wrote: > 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? Sorry for that. I had a bunch of local patches flying around since January and somehow this slipped through. I just reverted the commit. --Gordon > 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