Mohamad Al-Jaf : ntdll: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Wed Feb 23 16:00:06 CST 2022


Module: wine
Branch: master
Commit: 25839fffc831b28519b30ca88ec43a99719b6899
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=25839fffc831b28519b30ca88ec43a99719b6899

Author: Mohamad Al-Jaf <mohamadaljaf at gmail.com>
Date:   Tue Feb 22 20:52:35 2022 -0500

ntdll: Fix the spelling of a comment.

Signed-off-by: Mohamad Al-Jaf <mohamadaljaf at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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.




More information about the wine-cvs mailing list