2010-06-13 Ralf Corsépius <ralf.corsepius@rtems.org>

* libcsupport/include/rtems/libio.h: Fix typo in doxygen comment.
This commit is contained in:
Ralf Corsepius
2010-06-13 03:02:26 +00:00
parent 1a0ccc7a9d
commit d5b5a06684
2 changed files with 5 additions and 1 deletions

View File

@@ -749,7 +749,7 @@ typedef void (*rtems_fs_init_functions_t)(void);
extern rtems_fs_init_functions_t rtems_fs_init_helper;
/**
* @brief Creates a directory and all its parrent directories according to
* @brief Creates a directory and all its parent directories according to
* @a path.
*
* The @a mode value selects the access permissions of the directory.