Author: ian
Date: Sat May  4 20:02:34 2013
New Revision: 250254
URL: http://svnweb.freebsd.org/changeset/base/250254

Log:
  Fix comment block formatting.

Modified:
  head/sys/arm/arm/db_trace.c

Modified: head/sys/arm/arm/db_trace.c
==============================================================================
--- head/sys/arm/arm/db_trace.c Sat May  4 19:59:35 2013        (r250253)
+++ head/sys/arm/arm/db_trace.c Sat May  4 20:02:34 2013        (r250254)
@@ -407,7 +407,8 @@ db_stack_trace_cmd(struct unwind_state *
                }
                db_printf("\n");
 
-               /* Stop if directed to do so, or if we've unwound back to the
+               /*
+                * Stop if directed to do so, or if we've unwound back to the
                 * kernel entry point, or if the unwind function didn't change
                 * anything (to avoid getting stuck in this loop forever).
                 * If the latter happens, it's an indication that the unwind
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to