mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:43:00 +00:00
[NTDLL][RTL] Fix english typo in (internal) function name.
This commit is contained in:
parent
f4d7cccd3c
commit
903a3dc622
2 changed files with 4 additions and 4 deletions
|
@ -251,7 +251,7 @@ RtlpUnWaitCriticalSection(PRTL_CRITICAL_SECTION CriticalSection)
|
|||
}
|
||||
|
||||
/*++
|
||||
* RtlpInitDeferedCriticalSection
|
||||
* RtlpInitDeferredCriticalSection
|
||||
*
|
||||
* Initializes the Critical Section implementation.
|
||||
*
|
||||
|
@ -267,7 +267,7 @@ RtlpUnWaitCriticalSection(PRTL_CRITICAL_SECTION CriticalSection)
|
|||
*--*/
|
||||
VOID
|
||||
NTAPI
|
||||
RtlpInitDeferedCriticalSection(VOID)
|
||||
RtlpInitDeferredCriticalSection(VOID)
|
||||
{
|
||||
/* Initialize the CS Protecting the List */
|
||||
RtlInitializeCriticalSection(&RtlCriticalSectionLock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue