mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9026 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6b63452c3a
commit
452fea9972
@ -117,7 +117,7 @@ int main(int argc, char **argv) {
|
|||||||
else {
|
else {
|
||||||
Out = new std::ofstream(OutputFilename.c_str(), std::ios::out);
|
Out = new std::ofstream(OutputFilename.c_str(), std::ios::out);
|
||||||
|
|
||||||
// Make sure that the Out file gets unlink'd from the disk if we get a
|
// Make sure that the Out file gets unlinked from the disk if we get a
|
||||||
// signal
|
// signal
|
||||||
RemoveFileOnSignal(OutputFilename);
|
RemoveFileOnSignal(OutputFilename);
|
||||||
}
|
}
|
||||||
|
@ -128,7 +128,7 @@ int main(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
Out = new std::ofstream(OutputFilename.c_str());
|
Out = new std::ofstream(OutputFilename.c_str());
|
||||||
|
|
||||||
// Make sure that the Out file gets unlink'd from the disk if we get a
|
// Make sure that the Out file gets unlinked from the disk if we get a
|
||||||
// SIGINT
|
// SIGINT
|
||||||
RemoveFileOnSignal(OutputFilename);
|
RemoveFileOnSignal(OutputFilename);
|
||||||
} else {
|
} else {
|
||||||
@ -157,7 +157,7 @@ int main(int argc, char **argv) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure that the Out file gets unlink'd from the disk if we get a
|
// Make sure that the Out file gets unlinked from the disk if we get a
|
||||||
// SIGINT
|
// SIGINT
|
||||||
RemoveFileOnSignal(OutputFilename);
|
RemoveFileOnSignal(OutputFilename);
|
||||||
}
|
}
|
||||||
|
@ -92,7 +92,7 @@ int main(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Out = new std::ofstream(OutputFilename.c_str());
|
Out = new std::ofstream(OutputFilename.c_str());
|
||||||
// Make sure that the Out file gets unlink'd from the disk if we get a
|
// Make sure that the Out file gets unlinked from the disk if we get a
|
||||||
// SIGINT
|
// SIGINT
|
||||||
RemoveFileOnSignal(OutputFilename);
|
RemoveFileOnSignal(OutputFilename);
|
||||||
}
|
}
|
||||||
|
@ -92,7 +92,7 @@ int main(int argc, char **argv) {
|
|||||||
} else {
|
} else {
|
||||||
Out = new std::ofstream(OutputFilename.c_str());
|
Out = new std::ofstream(OutputFilename.c_str());
|
||||||
|
|
||||||
// Make sure that the Out file gets unlink'd from the disk if we get a
|
// Make sure that the Out file gets unlinked from the disk if we get a
|
||||||
// SIGINT
|
// SIGINT
|
||||||
RemoveFileOnSignal(OutputFilename);
|
RemoveFileOnSignal(OutputFilename);
|
||||||
}
|
}
|
||||||
|
@ -120,7 +120,7 @@ int main(int argc, char **argv) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure that the Out file gets unlink'd from the disk if we get a
|
// Make sure that the Out file gets unlinked from the disk if we get a
|
||||||
// SIGINT
|
// SIGINT
|
||||||
RemoveFileOnSignal(OutputFilename);
|
RemoveFileOnSignal(OutputFilename);
|
||||||
}
|
}
|
||||||
|
@ -100,7 +100,7 @@ int main(int argc, char **argv) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure that the Output file gets unlink'd from the disk if we get a
|
// Make sure that the Output file gets unlinked from the disk if we get a
|
||||||
// SIGINT
|
// SIGINT
|
||||||
RemoveFileOnSignal(OutputFilename);
|
RemoveFileOnSignal(OutputFilename);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user