Fix a comment.

This commit is contained in:
John Baldwin 2007-02-26 16:36:48 +00:00
parent d305f4b99e
commit 4a0f58d25b

View File

@ -1335,8 +1335,8 @@ linker_preload(void *arg)
linker_addmodules(linker_kernel_file, start, stop, 1);
/*
* this is a once-off kinky bubble sort resolve relocation dependency
* requirements
* This is a once-off kinky bubble sort to resolve relocation
* dependency requirements.
*/
restart:
TAILQ_FOREACH(lf, &loaded_files, loaded) {