FreeBSD Bugzilla – Attachment 240324 Details for
Bug 269753
Fix compatiblity typo in code comments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix-compatiblity-typo.diff
fix-compatiblity-typo.diff (text/plain), 1.75 KB, created by
Igor Ostapenko
on 2023-02-22 09:20:05 UTC
(
hide
)
Description:
fix-compatiblity-typo.diff
Filename:
MIME Type:
Creator:
Igor Ostapenko
Created:
2023-02-22 09:20:05 UTC
Size:
1.75 KB
patch
obsolete
>diff --git a/sys/amd64/conf/FIRECRACKER b/sys/amd64/conf/FIRECRACKER >index 0ee5c93fe45..1a172f218fd 100644 >--- a/sys/amd64/conf/FIRECRACKER >+++ b/sys/amd64/conf/FIRECRACKER >@@ -173,7 +173,7 @@ envvar hw.broken_txfifo="1" > # skip that; later in the boot process we have other timecounters. > envvar machdep.disable_tsc_calibration="1" > >-# Provide bug-for-bug compatiblity with Linux in MP Table searching >+# Provide bug-for-bug compatibility with Linux in MP Table searching > # and parsing. Firecracker relies on these bugs. > options MPTABLE_LINUX_BUG_COMPAT > >diff --git a/sys/netpfil/ipfw/ip_fw2.c b/sys/netpfil/ipfw/ip_fw2.c >index f2e914e2400..75c79585775 100644 >--- a/sys/netpfil/ipfw/ip_fw2.c >+++ b/sys/netpfil/ipfw/ip_fw2.c >@@ -2002,7 +2002,7 @@ do { \ > >> 8) | (offset != 0)); > } else { > /* >- * Compatiblity: historically bare >+ * Compatibility: historically bare > * "frag" would match IPv6 fragments. > */ > match = (cmd->arg1 == 0x1 && >diff --git a/sys/sys/_endian.h b/sys/sys/_endian.h >index 7ac39386e2e..7dc1c0b568a 100644 >--- a/sys/sys/_endian.h >+++ b/sys/sys/_endian.h >@@ -36,7 +36,7 @@ > #error "sys/_endian.h should not be included directly" > #endif > >-/* BSD Compatiblity */ >+/* BSD Compatibility */ > #define _BYTE_ORDER __BYTE_ORDER__ > > /* >diff --git a/sys/x86/x86/mptable.c b/sys/x86/x86/mptable.c >index 173ffaa09b4..7be9730a7d4 100644 >--- a/sys/x86/x86/mptable.c >+++ b/sys/x86/x86/mptable.c >@@ -1264,7 +1264,7 @@ mptable_host_res_handler(ext_entry_ptr entry, void *arg) > break; > default: > printf( >- "MPTable: Unknown compatiblity address space range for bus %u: %d\n", >+ "MPTable: Unknown compatibility address space range for bus %u: %d\n", > cbasm->bus_id, cbasm->predefined_range); > return; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269753
: 240324 |
241744
|
241745
|
241746
|
241747