1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 19:29:37 +00:00

Fixed copy & paste errors in comments.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5379 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-01-04 21:44:46 +00:00
parent 68589fc963
commit cb4ba24089

View File

@ -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 */