summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2018-09-22 14:10:36 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2018-09-22 14:10:36 +0300
commitda3780dc224a539df5de360e24560924e2d6eca4 (patch)
treede8ee5d0c1656269f09e0e192a4f1b7381e2384d /asm
parent69bb052e004fb374e2e0073d7b30ab495effaa99 (diff)
downloadnasm-da3780dc224a539df5de360e24560924e2d6eca4.tar.gz
Fix small typo in comment
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'asm')
-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))