From 3ccb48e6c29d0b3c6465c105241d827924c7d255 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Thu, 8 Nov 2018 00:51:41 +0900 Subject: [PATCH] [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 620f931ade4..3dad4a1405f 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 -- 2.17.1