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

View File

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