aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-08-06 09:08:18 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-08-06 09:08:18 +0000
commit5c35201ff3127492bf3c316bd813bd2691b38394 (patch)
tree2d4b558f9a9ba38ab940636d0a135f390e62585a /tools
parent5953729b99c942b0d29244335d9e512d2adef50c (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/debugscripts/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/debugscripts/README b/tools/debugscripts/README
index bd28cdc547af..208153109922 100644
--- a/tools/debugscripts/README
+++ b/tools/debugscripts/README
@@ -15,7 +15,7 @@ perform kernel debugging, you would do:
This directory also contains a kgdb script that given a crash dump number
-automaticly extract the path to the kernel source, run gdb to extract
+automatically extract the path to the kernel source, run gdb to extract
information about kernel modules loaded, and then rerun gdb loading the
necessary symbols for the modules. You need to make sure you build the
-modules w/ debugging symbols seperately to get things to work.
+modules w/ debugging symbols separately to get things to work.