https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3ccb48e6c29d0b3c6465c…
commit 3ccb48e6c29d0b3c6465c105241d827924c7d255
Author: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
AuthorDate: Thu Nov 8 00:51:41 2018 +0900
Commit: GitHub <noreply(a)github.com>
CommitDate: Thu Nov 8 00:51:41 2018 +0900
[INCLUDE] typo in msgdump.h, s/MS_msgdump/MD_msgdump/ (#1016)
Fix #1015.
---
sdk/include/reactos/msgdump.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sdk/include/reactos/msgdump.h b/sdk/include/reactos/msgdump.h
index 620f931ade..3dad4a1405 100644
--- a/sdk/include/reactos/msgdump.h
+++ b/sdk/include/reactos/msgdump.h
@@ -8,9 +8,9 @@
#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.
- * You might indirectly use MS_msgdump function.
+ * You might indirectly use MD_msgdump function.
*/
#pragma once