ntdll: Fix the spelling of SystemPrioritySeparation.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2022-02-15 03:34:59 +01:00 committed by Alexandre Julliard
parent 57c58c46bb
commit fae276c44a
1 changed files with 1 additions and 1 deletions

View File

@ -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,