ntdll: Fix the spelling of a comment.

Signed-off-by: Mohamad Al-Jaf <mohamadaljaf@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Mohamad Al-Jaf 2022-02-22 20:52:35 -05:00 committed by Alexandre Julliard
parent 20ab5e7d45
commit 25839fffc8
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ NTSTATUS WINAPI RtlCreateSecurityDescriptor(
/**************************************************************************
* RtlCopySecurityDescriptor [NTDLL.@]
*
* Copies an absolute or sefl-relative SECURITY_DESCRIPTOR.
* Copies an absolute or self-relative SECURITY_DESCRIPTOR.
*
* PARAMS
* pSourceSD [O] SD to copy from.