diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index fe4e847e41..d9479bce8d 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2010-06-13 Ralf Corsépius + + * libcsupport/include/rtems/libio.h: Fix typo in doxygen comment. + 2010-06-12 Joel Sherrill * libfs/src/pipe/fifo.c: Remove unused variable to fix warning. diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h index d705228c4b..fd5f60ba7b 100644 --- a/cpukit/libcsupport/include/rtems/libio.h +++ b/cpukit/libcsupport/include/rtems/libio.h @@ -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.