From da3780dc224a539df5de360e24560924e2d6eca4 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 22 Sep 2018 14:10:36 +0300 Subject: Fix small typo in comment Signed-off-by: Cyrill Gorcunov --- asm/nasm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asm') 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)) -- cgit v1.2.3