commdlg: Use hyphen in bitness

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


---
 dlls/commdlg.dll16/cdlg16.h   | 4 ++--
 dlls/commdlg.dll16/finddlg.c  | 2 +-
 dlls/commdlg.dll16/printdlg.c | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/commdlg.dll16/cdlg16.h b/dlls/commdlg.dll16/cdlg16.h
index bc11b93..03ba496 100644
--- a/dlls/commdlg.dll16/cdlg16.h
+++ b/dlls/commdlg.dll16/cdlg16.h
@@ -1,5 +1,5 @@
 /*
- * Common Dialog Boxes interface (16 bit implementation)
+ * Common Dialog Boxes interface (16-bit implementation)
  *
  * Copyright 1994 Martin Ayotte
  * Copyright 1996 Albrecht Kleine
@@ -29,7 +29,7 @@
 #include "wine/winuser16.h"
 #include "wownt32.h"
 
-/* 16 bit api */
+/* 16-bit api */
 
 #include "pshpack1.h"
 
diff --git a/dlls/commdlg.dll16/finddlg.c b/dlls/commdlg.dll16/finddlg.c
index 9def375..1c012d8 100644
--- a/dlls/commdlg.dll16/finddlg.c
+++ b/dlls/commdlg.dll16/finddlg.c
@@ -1,5 +1,5 @@
 /*
- * COMMDLG - 16 bits Find & Replace Text Dialogs
+ * COMMDLG - 16-bit Find & Replace Text Dialogs
  *
  * Copyright 1994 Martin Ayotte
  * Copyright 1996 Albrecht Kleine
diff --git a/dlls/commdlg.dll16/printdlg.c b/dlls/commdlg.dll16/printdlg.c
index 59239dd..5649ac3 100644
--- a/dlls/commdlg.dll16/printdlg.c
+++ b/dlls/commdlg.dll16/printdlg.c
@@ -84,7 +84,7 @@ static HGLOBAL global_handle_from_16( HGLOBAL16 handle )
 
 /**********************************************************************
  *
- *      16 bit commdlg
+ *      16-bit commdlg
  */
 
 /***********************************************************************
-- 
1.8.1.2




More information about the wine-patches mailing list