From 79648bf7701a5208d86da279f00e7839dab93fe4 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 5 Dec 2024 21:47:05 +0800 Subject: [PATCH] kernel: Fix a typo (#5606) --- chapter10/kernel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index e078e136d..971703466 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -284,7 +284,7 @@ supports to do so. Without this, it would be more difficult to diagnose a panic: if no DRM driver is running, we'd be on the VGA console which can only hold 24 lines and - the relevent kernel message is often flushed away; if a DRM + the relevant kernel message is often flushed away; if a DRM driver is running, the display is often completely messed up on panic. As of Linux-6.12, none of the dedicated drivers for mainstream GPU models really supports this, but it's supported by