]> git.sur5r.net Git - cc65/commitdiff
Changed a comment line.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 6 Sep 2009 21:39:28 +0000 (21:39 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 6 Sep 2009 21:39:28 +0000 (21:39 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4125 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/symentry.h

index fef10db591370a3a54e105bffbb0e41ae4cea751..11d2921316b7d4412486a8ccee7c28038a06e43d 100644 (file)
@@ -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;