svn commit: r250254 - head/sys/arm/arm

Ian Lepore ian at FreeBSD.org
Sat May 4 20:02:34 UTC 2013


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


More information about the svn-src-all mailing list