@@ -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.