[PATCH 2/7] krnl386.exe16: Update spelling in comments (codespell).

Mathew Hodson mathew.hodson at gmail.com
Sun Jan 26 03:19:36 CST 2020


Signed-off-by: Mathew Hodson <mathew.hodson at gmail.com>
---
 dlls/krnl386.exe16/int21.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/krnl386.exe16/int21.c b/dlls/krnl386.exe16/int21.c
index f5b257b..578c8a2 100644
--- a/dlls/krnl386.exe16/int21.c
+++ b/dlls/krnl386.exe16/int21.c
@@ -5044,13 +5044,13 @@ void WINAPI DOSVM_Int21Handler( CONTEXT *context )
             bSetDOSExtendedError = TRUE;
         break;
 
-    case 0x70: /* MSDOS 7 - GET/SET INTERNATIONALIZATION INFORMATION */
+    case 0x70: /* MS-DOS 7 - GET/SET INTERNATIONALIZATION INFORMATION */
         FIXME( "MS-DOS 7 - GET/SET INTERNATIONALIZATION INFORMATION\n" );
         SET_CFLAG( context );
         SET_AL( context, 0 );
         break;
 
-    case 0x71: /* MSDOS 7 - LONG FILENAME FUNCTIONS */
+    case 0x71: /* MS-DOS 7 - LONG FILENAME FUNCTIONS */
         INT21_LongFilename( context );
         break;
 
-- 
2.7.4




More information about the wine-devel mailing list