summaryrefslogtreecommitdiffstats
path: root/tools/debugscripts
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-07-30 11:58:18 +0000
committeruqs <uqs@FreeBSD.org>2010-07-30 11:58:18 +0000
commitc2a17de64b724f00b6286e568d905a32ae42c04c (patch)
tree27cbf54659a657fd42cc24138dd77fe591321fb9 /tools/debugscripts
parentba835d74c94037007beeb8d51c84af706261ccb3 (diff)
downloadFreeBSD-src-c2a17de64b724f00b6286e568d905a32ae42c04c.zip
FreeBSD-src-c2a17de64b724f00b6286e568d905a32ae42c04c.tar.gz
Fix a couple of typos.
PR: docs/148891 Submitted by: olgeni MFC after: 1 week
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 bd28cdc..2081531 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.
OpenPOWER on IntegriCloud