From: uz Date: Wed, 4 Jan 2012 21:44:46 +0000 (+0000) Subject: Fixed copy & paste errors in comments. X-Git-Tag: V2.13.3~86 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cb4ba24089b6e480d5ffd6b14a0b4f22670362d4;p=cc65 Fixed copy & paste errors in comments. git-svn-id: svn://svn.cc65.org/cc65/trunk@5379 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ld65/o65.c b/src/ld65/o65.c index 1c8eb6cc1..6931d3d6c 100644 --- a/src/ld65/o65.c +++ b/src/ld65/o65.c @@ -846,7 +846,7 @@ static void O65WriteBssSeg (O65Desc* D) /* Initialize variables */ D->CurReloc = 0; - /* Dump all data segments */ + /* Dump all bss segments */ O65WriteSeg (D, D->BssSeg, D->BssCount, 0); /* Set the size of the segment */ @@ -863,7 +863,7 @@ static void O65WriteZPSeg (O65Desc* D) /* Initialize variables */ D->CurReloc = 0; - /* Dump all data segments */ + /* Dump all zp segments */ O65WriteSeg (D, D->ZPSeg, D->ZPCount, 0); /* Set the size of the segment */