[INCLUDE] typo in msgdump.h, s/MS_msgdump/MD_msgdump/ (#1016)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Wed, 7 Nov 2018 15:51:41 +0000 (00:51 +0900)
committerGitHub <noreply@github.com>
Wed, 7 Nov 2018 15:51:41 +0000 (00:51 +0900)
Fix #1015.

sdk/include/reactos/msgdump.h

index 620f931..3dad4a1 100644 (file)
@@ -8,9 +8,9 @@
 #define _INC_MSGDUMP
 
 /*
 #define _INC_MSGDUMP
 
 /*
- * NOTE: MS_msgdump function in this file provides Win32API message dump feature.
+ * NOTE: MD_msgdump function in this file provides Win32API message dump feature.
  * NOTE: This header file takes time to compile.
  * NOTE: This header file takes time to compile.
- *       You might indirectly use MS_msgdump function.
+ *       You might indirectly use MD_msgdump function.
  */
 #pragma once
 
  */
 #pragma once