@@ -162,8+162,7 @@ We navigate through source code with the 'step' and 'next' gdb commands. They ar
276 allproc_scan(ktrace_clear_callback, &info);
-we 'step' inside it. alloproc_scan() iterates through the process list and applies the ktrace_clear_callback() to each one of them.
-Later we see this:
+we 'step' inside it. The alloproc_scan() function, iterates through the process list and calls ktrace_clear_callback() for each one of them. Later we see this:
347 if (p->p_tracenode->kn_vp == info->tracenode->kn_vp) {