Fix copy-and-pasto in comment.

This commit is contained in:
Jung-uk Kim 2006-04-14 18:34:57 +00:00
parent a3ca22fc1f
commit 566ae23a6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157760

View file

@ -884,7 +884,7 @@ distExtractAll(dialogMenuItem *self)
/* Only do base fixup if base dist was successfully extracted */
if ((old_dists & DIST_BASE) && !(Dists & DIST_BASE))
status |= installFixupBase(self);
/* Only do base fixup if base dist was successfully extracted */
/* Only do kernel fixup if kernel dist was successfully extracted */
if ((old_dists & DIST_KERNEL) && !(Dists & DIST_KERNEL))
status |= installFixupKernel(self, old_kernel);