]> git.sur5r.net Git - cc65/commitdiff
Fixed a comment.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 30 Jul 2012 19:02:07 +0000 (19:02 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 30 Jul 2012 19:02:07 +0000 (19:02 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5798 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/cbm/opendir.c

index cee28791f8206405e42d32c53b5512d239c80604..fe7fecb20a942e8fa2ff69c369267e9efef7fa11 100644 (file)
@@ -38,7 +38,7 @@ DIR* __fastcall__ opendir (register const char* name)
     d.fd = open (d.name, O_RDONLY);
     if (d.fd >= 0) {
 
-        /* Skip the disk header */
+        /* Skip the load address */         
         if (_dirread (&d, buf, sizeof (buf))) {
 
             /* Allocate memory for the DIR structure returned */