summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-14 10:17:04 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-14 10:17:04 +0100
commitd0b9295fd9c1fc8e2458634f2d88ba1ef38d54a2 (patch)
treea06112396af7d844478d64a5f5619b931827d296 /cpukit/libfs
parentFilesystem: Revert documentation changes (diff)
downloadrtems-d0b9295fd9c1fc8e2458634f2d88ba1ef38d54a2.tar.bz2
Fix spelling
Diffstat (limited to 'cpukit/libfs')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems.h b/cpukit/libfs/src/rfs/rtems-rfs-rtems.h
index c475c4025b..00fcb27143 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems.h
@@ -46,7 +46,7 @@
*
* @param what The message to print is the error is not zero.
* @param error The error code.
- * @retval -1 An error has occured.
+ * @retval -1 An error has occurred.
* @retval 0 No error.
*/
int rtems_rfs_rtems_error (const char* mesg, int error);