From: nasm-bot f. C. G. <gor...@gm...> - 2018-09-22 11:12:14
|
Commit-ID: da3780dc224a539df5de360e24560924e2d6eca4 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=da3780dc224a539df5de360e24560924e2d6eca4 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sat, 22 Sep 2018 14:10:36 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sat, 22 Sep 2018 14:10:36 +0300 Fix small typo in comment Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- asm/nasm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asm/nasm.c b/asm/nasm.c index acce3b8..0deec78 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)) |