Fix comment typo and function declaration.

This commit is contained in:
John Baldwin 2006-11-07 19:07:33 +00:00
parent fa6f748fe3
commit 8064e5d71f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164070

View File

@ -1716,7 +1716,7 @@ sched_sync(void)
} }
mtx_unlock(&sync_mtx); mtx_unlock(&sync_mtx);
/* /*
* Just sleep for a short period if time between * Just sleep for a short period of time between
* iterations when shutting down to allow some I/O * iterations when shutting down to allow some I/O
* to happen. * to happen.
* *
@ -1741,7 +1741,7 @@ sched_sync(void)
* normal turn time, otherwise it could take over the cpu. * normal turn time, otherwise it could take over the cpu.
*/ */
int int
speedup_syncer() speedup_syncer(void)
{ {
struct thread *td; struct thread *td;
int ret = 0; int ret = 0;