cabinet: Use hyphen in bitness

André Hentschel nerv at dawncrow.de
Mon Jul 15 14:59:32 CDT 2013


---
 dlls/cabinet/fdi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/cabinet/fdi.c b/dlls/cabinet/fdi.c
index 33734e7..d85cac8 100644
--- a/dlls/cabinet/fdi.c
+++ b/dlls/cabinet/fdi.c
@@ -88,7 +88,7 @@ struct fdi_file {
 
 struct fdi_folder {
   struct fdi_folder *next;
-  cab_off_t offset;                    /* offset to data blocks (32 bit) */
+  cab_off_t offset;                    /* 32-bit offset to data blocks   */
   cab_UWORD comp_type;                 /* compression format/window size */
   cab_ULONG comp_size;                 /* compressed size of folder      */
   cab_UBYTE num_splits;                /* number of split blocks + 1     */
@@ -1327,7 +1327,7 @@ static cab_LONG fdi_Zipinflate_dynamic(fdi_decomp_state *decomp_state)
   for(; j < 19; j++)
     ll[Zipborder[j]] = 0;
 
-  /* build decoding table for trees--single level, 7 bit lookup */
+  /* build decoding table for trees--single level, 7-bit lookup */
   bl = 7;
   if((i = fdi_Ziphuft_build(ll, 19, 19, NULL, NULL, &tl, &bl, decomp_state)) != 0)
   {
-- 
1.8.1.2




More information about the wine-patches mailing list