aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/algol/parc_Buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libparc/parc/algol/parc_Buffer.h')
-rw-r--r--libparc/parc/algol/parc_Buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparc/parc/algol/parc_Buffer.h b/libparc/parc/algol/parc_Buffer.h
index 2c7f56fd..665019db 100644
--- a/libparc/parc/algol/parc_Buffer.h
+++ b/libparc/parc/algol/parc_Buffer.h
@@ -140,7 +140,7 @@ extern parcObjectDescriptor_Declaration(PARCBuffer);
/**
* Assert that an instance of `PARCBuffer` is valid.
*
- * If the instance is not valid, terminate via `trapIllegalValue()`
+ * If the instance is not valid, terminate via `parcTrapIllegalValue()`
*
* Valid means the internal state of the type is consistent with its required current or future behaviour.
* This may include the validation of internal instances of types.