diff --git a/src/ld65/error.c b/src/ld65/error.c index 0476ab7d6..53b06d16b 100644 --- a/src/ld65/error.c +++ b/src/ld65/error.c @@ -1,6 +1,6 @@ /*****************************************************************************/ /* */ -/* global.c */ +/* error.c */ /* */ /* Error handling for the ld65 linker */ /* */ diff --git a/src/ld65/error.h b/src/ld65/error.h index 2ce1c8601..263a4881e 100644 --- a/src/ld65/error.h +++ b/src/ld65/error.h @@ -1,6 +1,6 @@ /*****************************************************************************/ /* */ -/* global.h */ +/* error.h */ /* */ /* Error handling for the ld65 linker */ /* */