svn commit: r229020 - stable/8/sys/ddb

Konstantin Belousov kib at FreeBSD.org
Fri Dec 30 20:12:51 UTC 2011


Author: kib
Date: Fri Dec 30 20:12:50 2011
New Revision: 229020
URL: http://svn.freebsd.org/changeset/base/229020

Log:
  MFC r228376:
  Typo.

Modified:
  stable/8/sys/ddb/db_thread.c
Directory Properties:
  stable/8/sys/   (props changed)

Modified: stable/8/sys/ddb/db_thread.c
==============================================================================
--- stable/8/sys/ddb/db_thread.c	Fri Dec 30 20:06:43 2011	(r229019)
+++ stable/8/sys/ddb/db_thread.c	Fri Dec 30 20:12:50 2011	(r229020)
@@ -109,7 +109,7 @@ db_show_threads(db_expr_t addr, boolean_
  * 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.
  */


More information about the svn-src-all mailing list