comdlg32: Use hyphen in bitness

André Hentschel nerv at dawncrow.de
Mon Jul 15 15:02:30 CDT 2013


---
 dlls/comdlg32/cdlg.h          | 2 +-
 dlls/comdlg32/cdlg32.c        | 2 +-
 dlls/comdlg32/colordlg.c      | 2 +-
 dlls/comdlg32/filedlg31.c     | 8 ++++----
 dlls/comdlg32/finddlg.c       | 2 +-
 dlls/comdlg32/tests/filedlg.c | 4 ++--
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dlls/comdlg32/cdlg.h b/dlls/comdlg32/cdlg.h
index 954a0b1..327df0b 100644
--- a/dlls/comdlg32/cdlg.h
+++ b/dlls/comdlg32/cdlg.h
@@ -1,5 +1,5 @@
 /*
- *  Common Dialog Boxes interface (32 bit)
+ *  Common Dialog Boxes interface (32-bit)
  *
  * Copyright 1998 Bertho A. Stultiens
  *
diff --git a/dlls/comdlg32/cdlg32.c b/dlls/comdlg32/cdlg32.c
index e794f94..1f4fe9a 100644
--- a/dlls/comdlg32/cdlg32.c
+++ b/dlls/comdlg32/cdlg32.c
@@ -1,5 +1,5 @@
 /*
- *  Common Dialog Boxes interface (32 bit)
+ *  Common Dialog Boxes interface (32-bit)
  *  Find/Replace
  *
  * Copyright 1999 Bertho A. Stultiens
diff --git a/dlls/comdlg32/colordlg.c b/dlls/comdlg32/colordlg.c
index 4a342b7..83821c3 100644
--- a/dlls/comdlg32/colordlg.c
+++ b/dlls/comdlg32/colordlg.c
@@ -64,7 +64,7 @@ static const WCHAR szColourDialogProp[] = {
 
 /* Chose Color PRIVATE Structure:
  *
- * This structure is duplicated in the 16 bit code with
+ * This structure is duplicated in the 16-bit code with
  * an extra member
  */
 
diff --git a/dlls/comdlg32/filedlg31.c b/dlls/comdlg32/filedlg31.c
index 7f918ff..12daeb0 100644
--- a/dlls/comdlg32/filedlg31.c
+++ b/dlls/comdlg32/filedlg31.c
@@ -65,7 +65,7 @@ typedef struct tagFD31_DATA
     UINT lbselchstring; /* registered message id */
     UINT fileokstring; /* registered message id */
     LPARAM lParam; /* save original lparam */
-    LPCVOID template; /* template for 32 bits resource */
+    LPCVOID template; /* template for 32-bit resource */
     BOOL open; /* TRUE if open dialog, FALSE if save dialog */
     LPOPENFILENAMEW ofnW; /* pointer either to the original structure or
                              a W copy for A/16 API */
@@ -752,7 +752,7 @@ static LPWSTR FD31_DupToW(LPCSTR str, DWORD size)
 
 /************************************************************************
  *                              FD31_MapOfnStructA          [internal]
- *      map a 32 bits Ansi structure to a Unicode one
+ *      map a 32-bit Ansi structure to a Unicode one
  */
 static void FD31_MapOfnStructA(const OPENFILENAMEA *ofnA, LPOPENFILENAMEW ofnW, BOOL open)
 {
@@ -854,7 +854,7 @@ static void FD31_DestroyPrivate(PFD31_DATA lfs)
  *           FD31_GetTemplate                                  [internal]
  *
  * Get a template (or FALSE if failure) when 16 bits dialogs are used
- * by a 32 bits application
+ * by a 32-bit application
  *
  */
 static BOOL FD31_GetTemplate(PFD31_DATA lfs)
@@ -910,7 +910,7 @@ static BOOL FD31_GetTemplate(PFD31_DATA lfs)
 
 /************************************************************************
  *                              FD31_AllocPrivate            [internal]
- *      allocate a private object to hold 32 bits Unicode
+ *      allocate a private object to hold a 32-bit Unicode
  *      structure that will be used throughout the calls, while
  *      keeping available the original structures and a few variables
  *      On entry : type = dialog procedure type (16,32A,32W)
diff --git a/dlls/comdlg32/finddlg.c b/dlls/comdlg32/finddlg.c
index bc4a31c..0cc9352 100644
--- a/dlls/comdlg32/finddlg.c
+++ b/dlls/comdlg32/finddlg.c
@@ -1,5 +1,5 @@
 /*
- *  Common Dialog Boxes interface (32 bit)
+ *  Common Dialog Boxes interface (32-bit)
  *  Find/Replace
  *
  * Copyright 1998,1999 Bertho A. Stultiens
diff --git a/dlls/comdlg32/tests/filedlg.c b/dlls/comdlg32/tests/filedlg.c
index 9ae4e66..43413b8 100644
--- a/dlls/comdlg32/tests/filedlg.c
+++ b/dlls/comdlg32/tests/filedlg.c
@@ -823,7 +823,7 @@ static void test_arrange(void)
     while( *(WORD*)pv)
         pv += sizeof(WORD);
     pv += sizeof(WORD);
-    /* align on 32 bit boundaries */
+    /* align on 32-bit boundaries */
     pv = (LPBYTE)(((UINT_PTR)pv + 3 ) & ~3);
     itemtemplateStc32 = (DLGITEMTEMPLATE*)pv;
     if( itemtemplateStc32->x != 22222) {
@@ -833,7 +833,7 @@ static void test_arrange(void)
     /* skip itemtemplate, class, title and creation data */
     pv += sizeof(DLGITEMTEMPLATE);
     pv +=  4 * sizeof(WORD);
-    /* align on 32 bit boundaries */
+    /* align on 32-bit boundaries */
     pv = (LPBYTE)(((UINT_PTR)pv + 3 ) & ~3);
     itemtemplateBtn = (DLGITEMTEMPLATE*)pv;
     if( itemtemplateBtn->x != 12345) {
-- 
1.8.1.2




More information about the wine-patches mailing list