[PATCH] ntdll: Fix the spelling of a comment.

Mohamad Al-Jaf mohamadaljaf at gmail.com
Tue Feb 22 19:52:35 CST 2022


Signed-off-by: Mohamad Al-Jaf <mohamadaljaf at gmail.com>
---
 dlls/ntdll/sec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/sec.c b/dlls/ntdll/sec.c
index eccfc82ce8c..ba11000564e 100644
--- a/dlls/ntdll/sec.c
+++ b/dlls/ntdll/sec.c
@@ -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.
-- 
2.35.1




More information about the wine-devel mailing list