From: cuz Date: Thu, 6 Feb 2003 21:32:48 +0000 (+0000) Subject: Fixed a comment X-Git-Tag: V2.12.0~1755 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b8ab2e23e4b587811b9e93c5a42f709c480bed3e;p=cc65 Fixed a comment git-svn-id: svn://svn.cc65.org/cc65/trunk@1933 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/o65.h b/include/o65.h index 3f12a8fc5..148b60b4e 100644 --- a/include/o65.h +++ b/include/o65.h @@ -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 */