diff options
| author | Igor Ostapenko <igor.ostapenko@pm.me> | 2023-05-04 19:44:21 +0000 |
|---|---|---|
| committer | Graham Perrin <grahamperrin@FreeBSD.org> | 2023-05-05 00:23:08 +0000 |
| commit | 0167b5a793349dc6f8aa600f69b56edcfb559d79 (patch) | |
| tree | 2ce81159c7cfeec32b1b1c8e5452ba2a95adb12f | |
| parent | a1bae244b6ea6c53add245cd1373c6dd43fb7631 (diff) | |
| download | src-0167b5a793349dc6f8aa600f69b56edcfb559d79.tar.gz src-0167b5a793349dc6f8aa600f69b56edcfb559d79.zip | |
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
| -rw-r--r-- | sys/amd64/conf/FIRECRACKER | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/FIRECRACKER b/sys/amd64/conf/FIRECRACKER index 4a9946f25991..ba00d674cf4e 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 |
