Spelling correction

This commit is contained in:
Ed Maste 2013-04-11 20:15:37 +00:00
parent f02db7b4e5
commit b4c19408e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249381
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -115,7 +115,7 @@ fgetln(FILE *fp, size_t *lenp)
* As a bonus, though, we can leave off the __SMOD.
*
* OPTIMISTIC is length that we (optimistically) expect will
* accomodate the `rest' of the string, on each trip through the
* accommodate the `rest' of the string, on each trip through the
* loop below.
*/
#define OPTIMISTIC 80