summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-13 03:02:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-13 03:02:26 +0000
commitd5b5a06684209dfb94af91cf333c0d699e04ef0a (patch)
treefc15db2723755dde95d35659344bf8a8c56b21f4 /cpukit
parent2010-06-12 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-d5b5a06684209dfb94af91cf333c0d699e04ef0a.tar.bz2
2010-06-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/rtems/libio.h: Fix typo in doxygen comment.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h2
2 files changed, 5 insertions, 1 deletions
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 <ralf.corsepius@rtems.org>
+
+ * libcsupport/include/rtems/libio.h: Fix typo in doxygen comment.
+
2010-06-12 Joel Sherrill <joel.sherrilL@OARcorp.com>
* 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.