Fix comment.

This commit is contained in:
pjd 2004-08-03 15:41:33 +00:00
parent 7a05d0a3cd
commit f381f9a205

View File

@ -1722,9 +1722,8 @@ g_mirror_update_device(struct g_mirror_softc *sc, boolean_t force)
*/ */
if (force) { if (force) {
/* /*
* If called with 'force' true, we're called from * If 'force' is true, we have been called due to
* timeout * procedure, so don't bother canceling * timeout, so don't bother canceling timeout.
* timeout.
*/ */
ndisks = 0; ndisks = 0;
LIST_FOREACH(disk, &sc->sc_disks, d_next) { LIST_FOREACH(disk, &sc->sc_disks, d_next) {