[rtems commit] Filesystem: Typo
Sebastian Huber
sebh at rtems.org
Thu Nov 20 13:53:25 UTC 2014
Module: rtems
Branch: master
Commit: c3350e7d4aaba67ca61b1d5d1a91d1f99c3fe907
Changeset: http://git.rtems.org/rtems/commit/?id=c3350e7d4aaba67ca61b1d5d1a91d1f99c3fe907
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Nov 18 07:39:47 2014 +0100
Filesystem: Typo
---
cpukit/libcsupport/include/rtems/libio_.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h
index d7f9034..c0f4432 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.
*
More information about the vc
mailing list