From 0d2bc3730272263f82e394c5c081f317e80dae50 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Mon, 12 May 2008 08:11:31 +0000 Subject: [PATCH] - Fix a typo, spotted by Stefan Ginsberg. svn path=/trunk/; revision=33463 --- reactos/include/ndk/extypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ndk/extypes.h b/reactos/include/ndk/extypes.h index dc0d22aab25..5ab09da26fd 100644 --- a/reactos/include/ndk/extypes.h +++ b/reactos/include/ndk/extypes.h @@ -273,7 +273,7 @@ typedef enum _SYSTEM_INFORMATION_CLASS SystemWatchDogTimerHandler, SystemWatchDogTimerInformation, SystemLogicalProcessorInformation, - SystemWo64SharedInformationObosolete, + SystemWow64SharedInformationObosolete, SystemRegisterFirmwareTableInformationHandler, SystemFirmwareTableInformation, SystemModuleInformationEx,