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

Francois Gouget fgouget at free.fr
Fri Aug 27 05:57:46 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/ntdll/path.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/path.c b/dlls/ntdll/path.c
index 131b0e33683..47196067cd4 100644
--- a/dlls/ntdll/path.c
+++ b/dlls/ntdll/path.c
@@ -133,7 +133,7 @@ ULONG WINAPI RtlIsDosDeviceName_U( PCWSTR dos_name )
  *		is_valid_directory
  *
  * Helper for RtlDosPathNameToNtPathName_U_WithStatus.
- * Test if the path is an exisiting directory.
+ * Test if the path is an existing directory.
  */
 static BOOL is_valid_directory(LPCWSTR path)
 {
-- 
2.20.1



More information about the wine-devel mailing list