aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-20 15:01:03 +0200
committerMattias Andrée <maandree@kth.se>2016-07-20 15:01:03 +0200
commit88af8e5d768cfe5843ba6e38e8c48017397eb7bf (patch)
treec77b42a8c699b0d9ac3e16bb584cf73150e7a31d
parentAdd libcoopgamma_*_destroy.3 (diff)
downloadlibcoopgamma-88af8e5d768cfe5843ba6e38e8c48017397eb7bf.tar.gz
libcoopgamma-88af8e5d768cfe5843ba6e38e8c48017397eb7bf.tar.bz2
libcoopgamma-88af8e5d768cfe5843ba6e38e8c48017397eb7bf.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--src/libcoopgamma.c18
-rw-r--r--src/libcoopgamma.h20
2 files changed, 19 insertions, 19 deletions
diff --git a/src/libcoopgamma.c b/src/libcoopgamma.c
index dc3b4e3..63e7d99 100644
--- a/src/libcoopgamma.c
+++ b/src/libcoopgamma.c
@@ -235,7 +235,7 @@ size_t libcoopgamma_ramps_marshal_(const void* restrict this, void* restrict vbu
* 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 vbuf The buffer with the marshalled record
* @param np Output parameter for the number of unmarshalled bytes, undefined on failure
* @param width The `sizeof(*(this->red))`
@@ -326,7 +326,7 @@ size_t libcoopgamma_filter_marshal(const libcoopgamma_filter_t* restrict this, v
/**
* 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 vbuf The buffer with the marshalled record
* @param np Output parameter for the number of unmarshalled bytes, undefined on failure
* @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`,
@@ -425,7 +425,7 @@ size_t libcoopgamma_crtc_info_marshal(const libcoopgamma_crtc_info_t* restrict t
/**
* 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 vbuf The buffer with the marshalled record
* @param np Output parameter for the number of unmarshalled bytes, undefined on failure
* @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`,
@@ -504,7 +504,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 vbuf The buffer with the marshalled record
* @param np Output parameter for the number of unmarshalled bytes, undefined on failure
* @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`,
@@ -589,7 +589,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 vbuf The buffer with the marshalled record
* @param np Output parameter for the number of unmarshalled bytes, undefined on failure
* @param depth The type used of ramp stops
@@ -685,7 +685,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 vbuf The buffer with the marshalled record
* @param np Output parameter for the number of unmarshalled bytes, undefined on failure
* @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`,
@@ -776,7 +776,7 @@ size_t libcoopgamma_error_marshal(const libcoopgamma_error_t* restrict this, voi
/**
* 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 vbuf The buffer with the marshalled record
* @param np Output parameter for the number of unmarshalled bytes, undefined on failure
* @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`,
@@ -866,7 +866,7 @@ size_t libcoopgamma_context_marshal(const libcoopgamma_context_t* restrict this,
/**
* 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 vbuf The buffer with the marshalled record
* @param np Output parameter for the number of unmarshalled bytes, undefined on failure
* @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`,
@@ -956,7 +956,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 vbuf The buffer with the marshalled record
* @param np Output parameter for the number of unmarshalled bytes, undefined on failure
* @return `LIBCOOPGAMMA_SUCCESS` (0), `LIBCOOPGAMMA_INCOMPATIBLE_DOWNGRADE`,
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`,