aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libcoopgamma.c5
-rw-r--r--src/libcoopgamma.h5
2 files changed, 6 insertions, 4 deletions
diff --git a/src/libcoopgamma.c b/src/libcoopgamma.c
index 9cf6b2a..dc3b4e3 100644
--- a/src/libcoopgamma.c
+++ b/src/libcoopgamma.c
@@ -190,8 +190,9 @@ int libcoopgamma_ramps_initialise_(void* restrict this, size_t width)
/**
* Release all resources allocated to a `libcoopgamma_ramps8_t`, `libcoopgamma_ramps16_t`,
- * `libcoopgamma_ramps32_t`, `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`, or
- * `libcoopgamma_rampsd_t`, the allocation of the record itself is not freed
+ * `libcoopgamma_ramps32_t`, `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`,
+ * `libcoopgamma_rampsd_t`, or `libcoopgamma_ramps_t`, the allocation of the record
+ * itself is not freed
*
* Always call this function after failed call to `libcoopgamma_ramps_initialise`
* or failed call to `libcoopgamma_ramps_unmarshal`
diff --git a/src/libcoopgamma.h b/src/libcoopgamma.h
index 9edcb34..8ff62ac 100644
--- a/src/libcoopgamma.h
+++ b/src/libcoopgamma.h
@@ -805,8 +805,9 @@ int libcoopgamma_ramps_initialise_(void* restrict, size_t);
/**
* Release all resources allocated to a `libcoopgamma_ramps8_t`, `libcoopgamma_ramps16_t`,
- * `libcoopgamma_ramps32_t`, `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`, or
- * `libcoopgamma_rampsd_t`, the allocation of the record itself is not freed
+ * `libcoopgamma_ramps32_t`, `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`,
+ * `libcoopgamma_rampsd_t`, or `libcoopgamma_ramps_t`, the allocation of the record
+ * itself is not freed
*
* Always call this function after failed call to `libcoopgamma_ramps_initialise`
* or failed call to `libcoopgamma_ramps_unmarshal`