Summary: | Fix compatiblity typo in code comments | ||
---|---|---|---|
Product: | Base System | Reporter: | Igor Ostapenko <igoro> |
Component: | kern | Assignee: | Graham Perrin <grahamperrin> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | ||
Priority: | --- | ||
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any | ||
See Also: | https://reviews.freebsd.org/D38741 | ||
Attachments: |
Created attachment 241744 [details]
01-x86-fix-compatiblity-typo-in-comments.diff
Created attachment 241745 [details]
02-amd64-fix-compatiblity-typo-in-comments.diff
Created attachment 241746 [details]
03-netpfil-fix-compatiblity-typo-in-comments.diff
Created attachment 241747 [details]
04-sys-fix-compatiblity-typo-in-comments.diff
Please, find 4 separate patches, as Warner suggested to split it. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=74081dc2bcd2a59393db438cbab3efc1f401e9d9 commit 74081dc2bcd2a59393db438cbab3efc1f401e9d9 Author: Igor Ostapenko <igor.ostapenko@pm.me> AuthorDate: 2023-05-05 00:01:33 +0000 Commit: Graham Perrin <grahamperrin@FreeBSD.org> CommitDate: 2023-05-05 00:23:08 +0000 sys/netpfil/ipfw/ip_fw2.c: typo (Compatiblity) https://bugs.freebsd.org/269753 PR: 269753 Reported by: Igor Ostapenko Approved by: doc, src (delphij, imp, zlei) Differential revision: https://reviews.freebsd.org/D38741 sys/netpfil/ipfw/ip_fw2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=6f9f3b726b42fcb834ada692222d76cbcdf64b95 commit 6f9f3b726b42fcb834ada692222d76cbcdf64b95 Author: Igor Ostapenko <igor.ostapenko@pm.me> AuthorDate: 2023-05-05 00:05:11 +0000 Commit: Graham Perrin <grahamperrin@FreeBSD.org> CommitDate: 2023-05-05 00:23:09 +0000 sys/sys/_endian.h: typo (Compatiblity) https://bugs.freebsd.org/269753 PR: 269753 Reported by: Igor Ostapenko Approved by: doc, src (delphij, imp, zlei) Differential revision: https://reviews.freebsd.org/D38741 sys/sys/_endian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=0167b5a793349dc6f8aa600f69b56edcfb559d79 commit 0167b5a793349dc6f8aa600f69b56edcfb559d79 Author: Igor Ostapenko <igor.ostapenko@pm.me> AuthorDate: 2023-05-04 19:44:21 +0000 Commit: Graham Perrin <grahamperrin@FreeBSD.org> CommitDate: 2023-05-05 00:23:08 +0000 sys/amd64/conf/FIRECRACKER: typo (compatiblity) https://bugs.freebsd.org/269753 PR: 269753 Reported by: Igor Ostapenko Approved by: doc, src (delphij, imp, zlei) Differential revision: https://reviews.freebsd.org/D38741 sys/amd64/conf/FIRECRACKER | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=a1f2b76761df83692a030479c4bd09953cf605b3 commit a1f2b76761df83692a030479c4bd09953cf605b3 Author: Igor Ostapenko <igor.ostapenko@pm.me> AuthorDate: 2023-05-05 00:08:26 +0000 Commit: Graham Perrin <grahamperrin@FreeBSD.org> CommitDate: 2023-05-05 00:23:09 +0000 sys/x86/x86/mptable.c: typo (compatiblity) https://bugs.freebsd.org/269753 PR: 269753 Reported by: Igor Ostapenko Approved by: doc, src (delphij, imp, zlei) Differential revision: https://reviews.freebsd.org/D38741 sys/x86/x86/mptable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Appears to have already been committed. |
Created attachment 240324 [details] fix-compatiblity-typo.diff If it makes sense to bother the project's history with such noise commits.