From: Beket Date: Thu, 12 Mar 2009 19:51:24 +0000 (-0700) Subject: Minor stuff X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/28527ec42b294d4a698605d89fd8bc931c77b49d Minor stuff --- diff --git a/docs/howtos/HowToDebugVKernels/index.mdwn b/docs/howtos/HowToDebugVKernels/index.mdwn index bcf6b541..0b3e19c7 100644 --- a/docs/howtos/HowToDebugVKernels/index.mdwn +++ b/docs/howtos/HowToDebugVKernels/index.mdwn @@ -153,4 +153,4 @@ Let's see if this process is traced: $2 = (struct ktrace_node *) 0x0 (gdb) -Oops. There is no trace to a vnode for this process. The code will try to access p->p_tracenode and crash. This is the zero virtual address we saw before. +Oops. There is no trace to a vnode for this process. The code will try to access p->p_tracenode and is bound to crash. This is the zero virtual address we saw before.