svn commit: r256818 - head/sys/powerpc/powerpc

Nathan Whitehorn nwhitehorn at FreeBSD.org
Mon Oct 21 00:58:35 UTC 2013


Author: nwhitehorn
Date: Mon Oct 21 00:58:35 2013
New Revision: 256818
URL: http://svnweb.freebsd.org/changeset/base/256818

Log:
  Fix 80-column line wrapping in a comment.

Modified:
  head/sys/powerpc/powerpc/clock.c

Modified: head/sys/powerpc/powerpc/clock.c
==============================================================================
--- head/sys/powerpc/powerpc/clock.c	Mon Oct 21 00:28:02 2013	(r256817)
+++ head/sys/powerpc/powerpc/clock.c	Mon Oct 21 00:58:35 2013	(r256818)
@@ -167,8 +167,8 @@ decr_init(void)
 	char buf[32];
 
 	/*
-	 * Check the BSP's timebase frequency. Sometimes we can't find the BSP, so fall
-	 * back to the first CPU in this case.
+	 * Check the BSP's timebase frequency. Sometimes we can't find the BSP,
+	 * so fall back to the first CPU in this case.
 	 */
 	if (platform_smp_get_bsp(&cpu) != 0)
 		platform_smp_first_cpu(&cpu);


More information about the svn-src-head mailing list