Skip to content
Snippets Groups Projects
Commit e013c963 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Typo fix from last commits. From Alan Carvalho de Assis

parent cc14f9ae
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment