aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/algol/parc_Iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'libparc/parc/algol/parc_Iterator.h')
-rw-r--r--libparc/parc/algol/parc_Iterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparc/parc/algol/parc_Iterator.h b/libparc/parc/algol/parc_Iterator.h
index 275a16e7..1f402cba 100644
--- a/libparc/parc/algol/parc_Iterator.h
+++ b/libparc/parc/algol/parc_Iterator.h
@@ -62,7 +62,7 @@ typedef struct parc_iterator PARCIterator;
*
* * `next`
* Returns the next element in the iteration.
- * If there are no remaining elements in the iteration, then this function must induce a trapOutOfBounds
+ * If there are no remaining elements in the iteration, then this function must induce a parcTrapOutOfBounds
*
* * `remove`
* Removes the element returned by the `next` function.