diff options
author | Ed Maste <emaste@FreeBSD.org> | 2013-04-11 20:15:37 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2013-04-11 20:15:37 +0000 |
commit | b4c19408e95090914f499a31b731a4b31ccb8a2d (patch) | |
tree | d39be4fdd919ae7aaf61d63e58439375e6260d48 /lib/libc/gen | |
parent | f02db7b4e5dfd0508906e351fa7640ab55832326 (diff) |
Notes
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/glob.c b/lib/libc/gen/glob.c index 832dc8dffdb42..95a3a060b3bfc 100644 --- a/lib/libc/gen/glob.c +++ b/lib/libc/gen/glob.c @@ -738,7 +738,7 @@ glob3(Char *pathbuf, Char *pathend, Char *pathend_last, /* - * 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 |