summaryrefslogtreecommitdiff
path: root/asm/nasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/nasm.c')
-rw-r--r--asm/nasm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/nasm.c b/asm/nasm.c
index acce3b83..0deec783 100644
--- a/asm/nasm.c
+++ b/asm/nasm.c
@@ -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))