From: uz Date: Mon, 30 Jul 2012 19:02:07 +0000 (+0000) Subject: Fixed a comment. X-Git-Tag: V2.14~274 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fbdd6faff614e0b6c11e5e93b8d0e412de7cc665;p=cc65 Fixed a comment. git-svn-id: svn://svn.cc65.org/cc65/trunk@5798 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/cbm/opendir.c b/libsrc/cbm/opendir.c index cee28791f..fe7fecb20 100644 --- a/libsrc/cbm/opendir.c +++ b/libsrc/cbm/opendir.c @@ -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 */