diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-28 23:05:49 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-28 23:05:49 +0000 |
commit | aa9d50a1c15b5aa4f4a192b9a146a377de4d42cb (patch) | |
tree | cdc3a2071bb98260806d5c4036c6c3a7b7fbf26c /winsup/cygwin/glob.c | |
parent | 451386f76913998a1e2f04fe98c4ce609bf813b2 (diff) | |
download | cygnal-aa9d50a1c15b5aa4f4a192b9a146a377de4d42cb.tar.gz cygnal-aa9d50a1c15b5aa4f4a192b9a146a377de4d42cb.tar.bz2 cygnal-aa9d50a1c15b5aa4f4a192b9a146a377de4d42cb.zip |
fix spelling errors
Diffstat (limited to 'winsup/cygwin/glob.c')
-rw-r--r-- | winsup/cygwin/glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/glob.c b/winsup/cygwin/glob.c index f50ef8e3c..c458e78be 100644 --- a/winsup/cygwin/glob.c +++ b/winsup/cygwin/glob.c @@ -649,7 +649,7 @@ glob3(pathbuf, pathend, pattern, restpattern, pglob) /* - * Extend the gl_pathv member of a glob_t structure to accomodate a new item, + * Extend the gl_pathv member of a glob_t structure to accommodate a new item, * add the new item, and update gl_pathc. * * This assumes the BSD realloc, which only copies the block when its size |