Bug 269753

Summary: Fix compatiblity typo in code comments
Product: Base System Reporter: Igor Ostapenko <igoro>
Component: kernAssignee: 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:
Description Flags
fix-compatiblity-typo.diff
none
01-x86-fix-compatiblity-typo-in-comments.diff
none
02-amd64-fix-compatiblity-typo-in-comments.diff
none
03-netpfil-fix-compatiblity-typo-in-comments.diff
none
04-sys-fix-compatiblity-typo-in-comments.diff none

Description Igor Ostapenko freebsd_committer freebsd_triage 2023-02-22 09:20:05 UTC
Created attachment 240324 [details]
fix-compatiblity-typo.diff

If it makes sense to bother the project's history with such noise commits.
Comment 1 Igor Ostapenko freebsd_committer freebsd_triage 2023-04-25 21:16:47 UTC
Created attachment 241744 [details]
01-x86-fix-compatiblity-typo-in-comments.diff
Comment 2 Igor Ostapenko freebsd_committer freebsd_triage 2023-04-25 21:17:24 UTC
Created attachment 241745 [details]
02-amd64-fix-compatiblity-typo-in-comments.diff
Comment 3 Igor Ostapenko freebsd_committer freebsd_triage 2023-04-25 21:17:46 UTC
Created attachment 241746 [details]
03-netpfil-fix-compatiblity-typo-in-comments.diff
Comment 4 Igor Ostapenko freebsd_committer freebsd_triage 2023-04-25 21:18:07 UTC
Created attachment 241747 [details]
04-sys-fix-compatiblity-typo-in-comments.diff
Comment 5 Igor Ostapenko freebsd_committer freebsd_triage 2023-04-25 21:19:26 UTC
Please, find 4 separate patches, as Warner suggested to split it.
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-05-05 00:24:41 UTC
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(-)
Comment 7 commit-hook freebsd_committer freebsd_triage 2023-05-05 00:24:42 UTC
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(-)
Comment 8 commit-hook freebsd_committer freebsd_triage 2023-05-05 00:24:43 UTC
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(-)
Comment 9 commit-hook freebsd_committer freebsd_triage 2023-05-05 00:24:44 UTC
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(-)
Comment 10 Mark Linimon freebsd_committer freebsd_triage 2023-08-22 03:16:43 UTC
Appears to have already been committed.