]> git.sur5r.net Git - cc65/commitdiff
src/ld65/main.c: fix copy'n'paste error in comment
authorChristian Groessler <chris@groessler.org>
Tue, 30 Apr 2019 16:30:20 +0000 (18:30 +0200)
committerOliver Schmidt <ol.sc@web.de>
Wed, 1 May 2019 08:57:48 +0000 (10:57 +0200)
src/ld65/main.c

index 94a2101b33b61788b5bf382ca632198f3d8cbb63..a3fd81143972b657824a324c25f0573687196471 100644 (file)
@@ -552,7 +552,7 @@ static void OptVersion (const char* Opt attribute ((unused)),
 
 static void OptMultDef (const char* Opt attribute ((unused)),
                         const char* Arg attribute ((unused)))
-/* Print the assembler version */
+/* Set flag to allow multiple definitions of a global symbol */
 {
     AllowMultDef = 1;
 }