summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/bdbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libblock/src/bdbuf.c')
-rw-r--r--cpukit/libblock/src/bdbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libblock/src/bdbuf.c b/cpukit/libblock/src/bdbuf.c
index 8aadf9c8ae..e65f72473e 100644
--- a/cpukit/libblock/src/bdbuf.c
+++ b/cpukit/libblock/src/bdbuf.c
@@ -331,7 +331,7 @@ rtems_bdbuf_avl_search (rtems_bdbuf_buffer** root,
* @param root pointer to the root node of the AVL-Tree
* @param node Pointer to the node to add.
* @retval 0 The node added successfully
- * @retval -1 An error occured
+ * @retval -1 An error occurred
*/
static int
rtems_bdbuf_avl_insert(rtems_bdbuf_buffer** root,