diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-20 15:01:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-20 15:01:03 +0200 |
commit | 88af8e5d768cfe5843ba6e38e8c48017397eb7bf (patch) | |
tree | c77b42a8c699b0d9ac3e16bb584cf73150e7a31d /src/libcoopgamma.h | |
parent | Add libcoopgamma_*_destroy.3 (diff) | |
download | libcoopgamma-88af8e5d768cfe5843ba6e38e8c48017397eb7bf.tar.gz libcoopgamma-88af8e5d768cfe5843ba6e38e8c48017397eb7bf.tar.bz2 libcoopgamma-88af8e5d768cfe5843ba6e38e8c48017397eb7bf.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | src/libcoopgamma.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/libcoopgamma.h b/src/libcoopgamma.h index 8ff62ac..fb3b9c4 100644 --- a/src/libcoopgamma.h +++ b/src/libcoopgamma.h @@ -780,7 +780,7 @@ typedef struct libcoopgamma_async_context * Unmarshal a `libcoopgamma_ramps8_t`, `libcoopgamma_ramps16_t`, `libcoopgamma_ramps32_t`, * `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`, or `libcoopgamma_rampsd_t` from a buffer * - * @param this The output paramater for unmarshalled record + * @param this The output parameter for unmarshalled record * @param buf The buffer with the marshalled record * @param n Output parameter for the number of unmarshalled bytes, undefined on failure * @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`, @@ -835,7 +835,7 @@ size_t libcoopgamma_ramps_marshal_(const void* restrict, void* restrict, size_t) * Unmarshal a `libcoopgamma_ramps8_t`, `libcoopgamma_ramps16_t`, `libcoopgamma_ramps32_t`, * `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`, or `libcoopgamma_rampsd_t` from a buffer * - * @param this The output paramater for unmarshalled record + * @param this The output parameter for unmarshalled record * @param buf The buffer with the marshalled record * @param n Output parameter for the number of unmarshalled bytes, undefined on failure * @param width The `sizeof(*(this->red))` @@ -882,7 +882,7 @@ size_t libcoopgamma_filter_marshal(const libcoopgamma_filter_t* restrict, void* /** * Unmarshal a `libcoopgamma_filter_t` from a buffer * - * @param this The output paramater for unmarshalled record + * @param this The output parameter for unmarshalled record * @param buf The buffer with the marshalled record * @param n Output parameter for the number of unmarshalled bytes, undefined on failure * @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`, @@ -928,7 +928,7 @@ size_t libcoopgamma_crtc_info_marshal(const libcoopgamma_crtc_info_t* restrict, /** * Unmarshal a `libcoopgamma_crtc_info_t` from a buffer * - * @param this The output paramater for unmarshalled record + * @param this The output parameter for unmarshalled record * @param buf The buffer with the marshalled record * @param n Output parameter for the number of unmarshalled bytes, undefined on failure * @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`, @@ -975,7 +975,7 @@ size_t libcoopgamma_filter_query_marshal(const libcoopgamma_filter_query_t* rest /** * Unmarshal a `libcoopgamma_filter_query_t` from a buffer * - * @param this The output paramater for unmarshalled record + * @param this The output parameter for unmarshalled record * @param buf The buffer with the marshalled record * @param n Output parameter for the number of unmarshalled bytes, undefined on failure * @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`, @@ -1024,7 +1024,7 @@ size_t libcoopgamma_queried_filter_marshal(const libcoopgamma_queried_filter_t* /** * Unmarshal a `libcoopgamma_queried_filter_t` from a buffer * - * @param this The output paramater for unmarshalled record + * @param this The output parameter for unmarshalled record * @param buf The buffer with the marshalled record * @param n Output parameter for the number of unmarshalled bytes, undefined on failure * @param depth The type used of ramp stops @@ -1072,7 +1072,7 @@ size_t libcoopgamma_filter_table_marshal(const libcoopgamma_filter_table_t* rest /** * Unmarshal a `libcoopgamma_filter_table_t` from a buffer * - * @param this The output paramater for unmarshalled record + * @param this The output parameter for unmarshalled record * @param buf The buffer with the marshalled record * @param n Output parameter for the number of unmarshalled bytes, undefined on failure * @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`, @@ -1119,7 +1119,7 @@ size_t libcoopgamma_error_marshal(const libcoopgamma_error_t* restrict, void* re /** * Unmarshal a `libcoopgamma_error_t` from a buffer * - * @param this The output paramater for unmarshalled record + * @param this The output parameter for unmarshalled record * @param buf The buffer with the marshalled record * @param n Output parameter for the number of unmarshalled bytes, undefined on failure * @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`, @@ -1166,7 +1166,7 @@ size_t libcoopgamma_context_marshal(const libcoopgamma_context_t* restrict, void /** * Unmarshal a `libcoopgamma_context_t` from a buffer * - * @param this The output paramater for unmarshalled record + * @param this The output parameter for unmarshalled record * @param buf The buffer with the marshalled record * @param n Output parameter for the number of unmarshalled bytes, undefined on failure * @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`, @@ -1212,7 +1212,7 @@ size_t libcoopgamma_async_context_marshal(const libcoopgamma_async_context_t* re /** * Unmarshal a `libcoopgamma_async_context_t` from a buffer * - * @param this The output paramater for unmarshalled record + * @param this The output parameter for unmarshalled record * @param buf The buffer with the marshalled record * @param n Output parameter for the number of unmarshalled bytes, undefined on failure * @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`, |