From 4b3ca9abee7fd52d418811bfe4f9fa792f675ac9 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 27 Aug 2021 12:57:46 +0200 Subject: [PATCH] ntdll: Fix the spelling of a comment. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard (cherry picked from commit 167c7a524fd0ebc8c3ef3afd1af463dbf2b374ce) Signed-off-by: Michael Stefaniuc --- 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 af52e0e2833..e452c48df33 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) {