]> git.sur5r.net Git - cc65/commitdiff
Fixed a comment
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 6 Feb 2003 21:32:48 +0000 (21:32 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 6 Feb 2003 21:32:48 +0000 (21:32 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1933 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/o65.h

index 3f12a8fc533c5ad869257d73c7ca574148c13551..148b60b4ea9f034ee50d94f9829b88f508cdab4f 100644 (file)
@@ -52,7 +52,7 @@
 typedef unsigned o65_size;
 
 
-/* Define a structure with the sid register offsets */
+/* Define a structure that defines the o65 file header */
 typedef struct o65_header o65_header;
 struct o65_header {
     char        marker[2];      /* Non-C64 marker */