1
0
Fork 0

Fix stage3 comment

This commit is contained in:
Martin Spott 2013-09-12 14:32:57 -07:00
parent ecb1653eee
commit f6a9b54bf9

View file

@ -284,7 +284,7 @@ int main(int argc, char **argv) {
for (unsigned int i=0; i<constructs.size(); i++) {
constructs[i]->join();
}
// delete the stage 2 construct objects
// delete the stage 3 construct objects
for (unsigned int i=0; i<constructs.size(); i++) {
delete constructs[i];
}