mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
ntdll: Fix the spelling of a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d7b3451f8a
commit
167c7a524f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue