Fix small typo in comment

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2018-09-22 14:10:36 +03:00
parent 69bb052e00
commit da3780dc22

View File

@ -483,8 +483,8 @@ int main(int argc, char **argv)
/*
* If no output file name provided and this
* is not preprocess mode, we're perfectly
* fine to output into stdout
* is a preprocess mode, we're perfectly
* fine to output into stdout.
*/
if (!outname) {
if (!(operating_mode & OP_PREPROCESS))