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;