summaryrefslogtreecommitdiffstats
path: root/sys/ddb
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-12-09 20:41:54 +0000
committerkib <kib@FreeBSD.org>2011-12-09 20:41:54 +0000
commit1003872b67ebc3af8b693420f84097716d3b8395 (patch)
tree96202a8a9f6ad51cccd0fb9ff9d0726dcad14450 /sys/ddb
parent512a0c1728f8fff1ab04ea6d9d3b28df8aef395d (diff)
downloadFreeBSD-src-1003872b67ebc3af8b693420f84097716d3b8395.zip
FreeBSD-src-1003872b67ebc3af8b693420f84097716d3b8395.tar.gz
Typo.
MFC after: 3 days
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_thread.c b/sys/ddb/db_thread.c
index 8ddb240..43ed4f6 100644
--- a/sys/ddb/db_thread.c
+++ b/sys/ddb/db_thread.c
@@ -109,7 +109,7 @@ db_show_threads(db_expr_t addr, boolean_t hasaddr, db_expr_t cnt, char *mod)
* Lookup a thread based on a db expression address. We assume that the
* address was parsed in hexadecimal. We reparse the address in decimal
* first and try to treat it as a thread ID to find an associated thread.
- * If that fails and check_pid is true, we terat the decimal value as a
+ * If that fails and check_pid is true, we treat the decimal value as a
* PID. If that matches a process, we return the first thread in that
* process. Otherwise, we treat the addr as a pointer to a thread.
*/
OpenPOWER on IntegriCloud