* ntdll.h: Fix typo in comment.

* path.cc: Ditto.
This commit is contained in:
Corinna Vinschen
2011-07-26 09:54:11 +00:00
parent bce7e6e2a7
commit f4529884e5
3 changed files with 7 additions and 2 deletions

View File

@ -1345,7 +1345,7 @@ extern "C"
? prefix->Length : path->Length);
return RtlEqualUnicodeString (&p, prefix, caseinsensitive);
}
/* Check if sufffix is a sufffix of path. */
/* Check if suffix is a suffix of path. */
inline
BOOL NTAPI RtlEqualUnicodePathSuffix (PUNICODE_STRING path,
PUNICODE_STRING suffix,