Update a comment

This commit is contained in:
Gregory Nutt 2016-03-22 18:14:08 -06:00
parent a473ececed
commit badbb3ad9a

View File

@ -145,7 +145,7 @@ static int restart_main(int argc, char *argv[])
}
}
return 0; /* Won't get here */
return 0; /* Won't get here unless we were restarted */
}
/****************************************************************************