From 151a91ecf495e740950f403320e11c1161419bb1 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Sun, 10 Oct 2021 21:45:12 +0800 Subject: [PATCH] Fix wording --- lkmpg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lkmpg.tex b/lkmpg.tex index 6de7055..cea40de 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -920,7 +920,7 @@ This is bound to happen to you sooner or later during a module's development. \subsection{chardev.c} \label{sec:chardev_c} The next code sample creates a char driver named \verb|chardev|. -You can cat its device file. +You can dump its device file. \begin{codebash} cat /proc/devices -- 2.39.5