From: uz Date: Sun, 6 Sep 2009 21:39:28 +0000 (+0000) Subject: Changed a comment line. X-Git-Tag: V2.13.0rc1~131 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=90c731d1e9e2aa5c337c5d00fbc31eb1ade93619;p=cc65 Changed a comment line. git-svn-id: svn://svn.cc65.org/cc65/trunk@4125 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cc65/symentry.h b/src/cc65/symentry.h index fef10db59..11d292131 100644 --- a/src/cc65/symentry.h +++ b/src/cc65/symentry.h @@ -134,7 +134,7 @@ struct SymEntry { /* Data for bit fields */ struct { unsigned Offs; /* Byte offset into struct */ - unsigned BitOffs; /* Bit offset into last byte */ + unsigned BitOffs; /* Bit offset into storage unit */ unsigned BitWidth; /* Width in bits */ } B;