ntdll: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 167c7a524f)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
This commit is contained in:
Francois Gouget 2021-08-27 12:57:46 +02:00 committed by Michael Stefaniuc
parent d3ffdb1740
commit 4b3ca9abee
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{