Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-07-26 13:54:11 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-07-26 13:54:11 +0400
commitf4529884e55a23b2f3a727a5cc63863d73b532af (patch)
treee6cd5d03f2a636ff769fda0d3caa6cf4b145e6f9 /winsup/cygwin/ntdll.h
parentbce7e6e2a77a17c750869d8d3efcb0f12f03b87d (diff)
* ntdll.h: Fix typo in comment.
* path.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/ntdll.h')
-rw-r--r--winsup/cygwin/ntdll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h
index 3895c50c1..e610c6fb3 100644
--- a/winsup/cygwin/ntdll.h
+++ b/winsup/cygwin/ntdll.h
@@ -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,