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:
parent
d3ffdb1740
commit
4b3ca9abee
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue