comctl32: Use hyphen in bitness

André Hentschel nerv at dawncrow.de
Mon Jul 15 15:01:06 CDT 2013


---
 dlls/comctl32/imagelist.c | 2 +-
 dlls/comctl32/tab.c       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c
index 76d5709..f9c8749 100644
--- a/dlls/comctl32/imagelist.c
+++ b/dlls/comctl32/imagelist.c
@@ -2964,7 +2964,7 @@ ImageList_SetOverlayImage (HIMAGELIST himl, INT iImage, INT iOverlay)
 
 
 /* helper for ImageList_Write - write bitmap to pstm
- * currently everything is written as 24 bit RGB, except masks
+ * currently everything is written as 24-bit RGB, except masks
  */
 static BOOL
 _write_bitmap(HBITMAP hBitmap, LPSTREAM pstm)
diff --git a/dlls/comctl32/tab.c b/dlls/comctl32/tab.c
index 85467ba..1918142 100644
--- a/dlls/comctl32/tab.c
+++ b/dlls/comctl32/tab.c
@@ -1749,7 +1749,7 @@ TAB_DrawItemInterior(const TAB_INFO *infoPtr, HDC hdc, INT iItem, RECT *drawRect
         dis.itemData =  (ULONG_PTR) TAB_GetItem(infoPtr, iItem)->extra;
     else
     {
-        /* this could be considered broken on 64 bit, but that's how it works -
+        /* this could be considered broken on 64-bit, but that's how it works -
            only first 4 bytes are copied */
         dis.itemData = 0;
         memcpy(&dis.itemData, (ULONG_PTR*)TAB_GetItem(infoPtr, iItem)->extra, 4);
-- 
1.8.1.2




More information about the wine-patches mailing list