Typo fix from last commits. From Alan Carvalho de Assis

This commit is contained in:
Gregory Nutt 2014-02-20 07:39:36 -06:00
parent cc14f9ae06
commit e013c96358
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ int mkdir(const char *pathname, mode_t mode)
#else
/* But mountpoints are not supported in this configuration */
errocode = EEXIST;
errcode = EEXIST;
goto errout_with_inode;
#endif
}