From d7bbb2767199b2fd45f8170ae480978d625a6adf Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Sat, 9 Sep 2023 00:31:57 +0200 Subject: [PATCH] doc/gdb: fix phrase "to a certain extent" --- repos/ports/doc/gdb.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/ports/doc/gdb.txt b/repos/ports/doc/gdb.txt index c3ae7e0018..7b583b38ff 100644 --- a/repos/ports/doc/gdb.txt +++ b/repos/ports/doc/gdb.txt @@ -39,7 +39,7 @@ and address spaces. This way, we get a global view on the system from the kernel's perspective. For example, the mapping of virtual memory to physical pages can be revealed, the communication relationships between threads become visible, and the ready queue of the scheduler can be -observed. To a certain extend, kernel debuggers had been complemented with +observed. To a certain extent, kernel debuggers had been complemented with useful facilities for debugging user-level programs. For example, the Fiasco kernel debugger comes with a convenient backtrace function that parses the call stack of a given thread. Using the addresses printed in the backtrace,