summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-18 07:39:47 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-20 10:30:22 +0100
commitc3350e7d4aaba67ca61b1d5d1a91d1f99c3fe907 (patch)
tree7aae0672faadb21ce7028f028ad9752c7b8eb580
parentlibcsupport: Implement getgroups() (diff)
downloadrtems-c3350e7d4aaba67ca61b1d5d1a91d1f99c3fe907.tar.bz2
Filesystem: Typo
-rw-r--r--cpukit/libcsupport/include/rtems/libio_.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h
index d7f9034e3d..c0f4432d0e 100644
--- a/cpukit/libcsupport/include/rtems/libio_.h
+++ b/cpukit/libcsupport/include/rtems/libio_.h
@@ -374,7 +374,7 @@ void rtems_filesystem_eval_path_cleanup_with_parent(
* Sets the start and current location to the new start location. The caller
* must terminate its current evaluation process. The path evaluation
* continues in the next loop iteration within
- * rtems_filesystem_eval_path_continue(). This avoids recursive invokations.
+ * rtems_filesystem_eval_path_continue(). This avoids recursive invocations.
* The function obtains the new start location and clones it to set the new
* current location. The previous start and current locations are released.
*