diff options
Diffstat (limited to 'tools/opt/opt.cpp')
-rw-r--r-- | tools/opt/opt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 743bfb8..1eaadd2 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -100,7 +100,7 @@ int main(int argc, char **argv) { 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 RemoveFileOnSignal(OutputFilename); } |