aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils/iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/utils/iterator.h')
-rw-r--r--Source/charon/utils/iterator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/utils/iterator.h b/Source/charon/utils/iterator.h
index 260a4712b..69ee828f4 100644
--- a/Source/charon/utils/iterator.h
+++ b/Source/charon/utils/iterator.h
@@ -68,7 +68,7 @@ struct iterator_t {
status_t (*current) (iterator_t *this, void **value);
/**
- * @biref Inserts a new item before the given iterator position.
+ * @brief Inserts a new item before the given iterator position.
*
* The iterator position is not changed after inserting
*
@@ -93,7 +93,7 @@ struct iterator_t {
* The iterator position is not changed after replacing.
*
* @param this calling iterator
- * @param[out]old_item old value will be written here(can be NULL)
+ * @param[out] old_item old value will be written here(can be NULL)
* @param[in] new_item new value
*
* @return