From: lyctw Date: Tue, 16 Nov 2021 06:50:01 +0000 (+0800) Subject: Fix typo X-Git-Tag: latest~78^2 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=e2a6fcdae943a3cc319b0cd1f63d4754de19874b;p=lkmpg Fix typo --- diff --git a/lkmpg.tex b/lkmpg.tex index 316a30c..68196d2 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -1560,8 +1560,8 @@ If you find yourself porting the kernel to some new and former unsupported archi Logging over a netconsole might also be worth a try. While you have seen lots of stuff that can be used to aid debugging here, there are some things to be aware of. Debugging is almost always intrusive. -Adding debug code can change the situation enough to make the bug seem to dissappear. -Thus you should try to keep debug code to a minimum and make sure it does not show up in production code. +Adding debug code can change the situation enough to make the bug seem to disappear. +Thus, you should keep debug code to a minimum and make sure it does not show up in production code. \section{Scheduling Tasks} \label{sec:scheduling_tasks}