stos: knot: Fix up knot reasons for consistency

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-23 23:49:50 +00:00
parent 0a66d08f15
commit b8a80c1bd0
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ static const CHAR *ReasonTable[] = {
[KNOT_BAD_BOOT_PROTO] = "bad boot protocol",
[KNOT_OOM] = "out of memory",
[KNOT_EXCEPTION] = "fatal exception",
[IRQL_NOT_LTE] = "irql not less than or equal",
[IRQL_NOT_GTE] = "irql not greater than or equal",
[KNOT_IRQL_NOT_LTE] = "irql not less than or equal",
[KNOT_IRQL_NOT_GTE] = "irql not greater than or equal",
[KNOT_BAD_CHECKSUM] = "bad checksum"
};