diff --git a/src/ld65/segments.c b/src/ld65/segments.c index ca99e4403..249ef2817 100644 --- a/src/ld65/segments.c +++ b/src/ld65/segments.c @@ -287,7 +287,7 @@ Section* ReadSection (FILE* F, ObjData* O) } AddLineInfo (Frag, LI); - /* Read the additional line info and resolve it */ + /* Read additional line info and resolve it */ LineInfoIndex = ReadVar (F); if (LineInfoIndex) { --LineInfoIndex;