From 3b5deb3c14c85a460022b9efe8ac46ac20d54985 Mon Sep 17 00:00:00 2001 From: "PRNDA(A for Auto)" <30599310+PRNDA@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:46:11 +0800 Subject: [PATCH] Fixed a typo in kernel-debugging.md Change `KASAN kernel` to `RELEASE kernel` in the last sentence. --- troubleshooting/kernel-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting/kernel-debugging.md b/troubleshooting/kernel-debugging.md index 9e468812b8..d99371bc9f 100644 --- a/troubleshooting/kernel-debugging.md +++ b/troubleshooting/kernel-debugging.md @@ -380,4 +380,4 @@ sysctl kern.osbuildconfig kern.osbuildconfig: release ``` -And as we can see, we're successfully booting a KASAN kernel. +And as we can see, we're successfully booting a RELEASE kernel.