From 514775cbdf57616f59bf4950f964c911c86470a1 Mon Sep 17 00:00:00 2001 From: uz Date: Mon, 31 Aug 2009 16:48:45 +0000 Subject: [PATCH] Fixed a copy&paste error in a comment. git-svn-id: svn://svn.cc65.org/cc65/trunk@4098 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc65/main.c b/src/cc65/main.c index d3ba3e4ac..abcd090bf 100644 --- a/src/cc65/main.c +++ b/src/cc65/main.c @@ -667,7 +667,7 @@ static void OptVerbose (const char* Opt attribute ((unused)), static void OptVersion (const char* Opt attribute ((unused)), const char* Arg attribute ((unused))) -/* Print the assembler version */ +/* Print the compiler version */ { fprintf (stderr, "cc65 V%u.%u.%u\n",