From ddc2c2b836398fc25ddea9aa4e297a230cbc0fff Mon Sep 17 00:00:00 2001 From: hanyujie2002 Date: Sun, 7 Apr 2024 09:20:09 +0800 Subject: [PATCH] Documentation: lectures: Debugging: Fix typo --- Documentation/teaching/lectures/debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/teaching/lectures/debugging.rst b/Documentation/teaching/lectures/debugging.rst index 1cf29e38674297..dc384855ca36ef 100644 --- a/Documentation/teaching/lectures/debugging.rst +++ b/Documentation/teaching/lectures/debugging.rst @@ -923,7 +923,7 @@ perf * performance counters, tracepoints, kprobes, uprobes * hardware events: CPU cycles, TLB misses, cache misses - * software events: page fauls , context switches + * software events: page faults , context switches * collects backtraces (user + kernel) Other tools