Fix stage3 comment
This commit is contained in:
parent
ecb1653eee
commit
f6a9b54bf9
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ int main(int argc, char **argv) {
|
||||||
for (unsigned int i=0; i<constructs.size(); i++) {
|
for (unsigned int i=0; i<constructs.size(); i++) {
|
||||||
constructs[i]->join();
|
constructs[i]->join();
|
||||||
}
|
}
|
||||||
// delete the stage 2 construct objects
|
// delete the stage 3 construct objects
|
||||||
for (unsigned int i=0; i<constructs.size(); i++) {
|
for (unsigned int i=0; i<constructs.size(); i++) {
|
||||||
delete constructs[i];
|
delete constructs[i];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue