Fix 80-column line wrapping in a comment.

This commit is contained in:
Nathan Whitehorn 2013-10-21 00:58:35 +00:00
parent 58941b9f15
commit 72c775da6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256818

View File

@ -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);