From 2e73601047cb2cc0ec80b50e81b8dd5bd7e98e50 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Mon, 12 May 2008 08:34:33 +0000 Subject: [PATCH] - Fix yet another typo in the same line, spotted by Stefan Ginsberg. svn path=/trunk/; revision=33465 --- 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 5ab09da26fd..64d2b210037 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, - SystemWow64SharedInformationObosolete, + SystemWow64SharedInformationObsolete, SystemRegisterFirmwareTableInformationHandler, SystemFirmwareTableInformation, SystemModuleInformationEx,