]> git.sur5r.net Git - cc65/commitdiff
Fixed copy & paste errors in comments.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 4 Jan 2012 21:44:46 +0000 (21:44 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 4 Jan 2012 21:44:46 +0000 (21:44 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5379 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/o65.c

index 1c8eb6cc1db510516198e8ef24c96c563a6ad77a..6931d3d6cb1b699c236138d93328df308200b543 100644 (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 */