summaryrefslogtreecommitdiff
path: root/tools/debugscripts
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-07-30 11:58:18 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-07-30 11:58:18 +0000
commit32ba16b6e6dbfa5e4f536695191a8816bd6a8765 (patch)
tree27cbf54659a657fd42cc24138dd77fe591321fb9 /tools/debugscripts
parent2759539b90ee90ca97692ce4f622a1045873ec0f (diff)
downloadsrc-test2-32ba16b6e6dbfa5e4f536695191a8816bd6a8765.tar.gz
src-test2-32ba16b6e6dbfa5e4f536695191a8816bd6a8765.zip
Notes
Diffstat (limited to 'tools/debugscripts')
-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.