[PATCH] ntdll: Fix the spelling of SystemPrioritySeparation.

Francois Gouget fgouget at free.fr
Mon Feb 14 20:34:59 CST 2022


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
I see no evidence that Microsoft has misspelled this constant... because
as far as I can tell it's not defined in the Windows headers. Also
online I find about as many places where it is misspelled as places that
have it spelled correctly. So I'd be in favor of using the correct
spelling.
---
 include/winternl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/winternl.h b/include/winternl.h
index 5be28856920..81fd5f45665 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -1624,7 +1624,7 @@ typedef enum _SYSTEM_INFORMATION_CLASS {
     SystemContextSwitchInformation = 36,
     SystemRegistryQuotaInformation = 37,
     SystemExtendServiceTableInformation = 38,
-    SystemPrioritySeperation = 39,
+    SystemPrioritySeparation = 39,
     SystemVerifierAddDriverInformation = 40,
     SystemVerifierRemoveDriverInformation = 41,
     SystemProcessorIdleInformation = 42,
-- 
2.30.2




More information about the wine-devel mailing list