aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/linked-list.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-26 23:42:09 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-26 23:42:09 +0200
commit8d851c75b905b0f20d37ccf823c5f3a21d039306 (patch)
tree2d2922b526a98b3753b383933b7987f9c811e399 /src/libmdsserver/linked-list.c
parentm doc (diff)
downloadmds-8d851c75b905b0f20d37ccf823c5f3a21d039306.tar.gz
mds-8d851c75b905b0f20d37ccf823c5f3a21d039306.tar.bz2
mds-8d851c75b905b0f20d37ccf823c5f3a21d039306.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libmdsserver/linked-list.c')
-rw-r--r--src/libmdsserver/linked-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmdsserver/linked-list.c b/src/libmdsserver/linked-list.c
index 45f0bd6..916eaf9 100644
--- a/src/libmdsserver/linked-list.c
+++ b/src/libmdsserver/linked-list.c
@@ -466,7 +466,7 @@ void linked_list_marshal(const linked_list_t* restrict this, char* restrict data
*
* @param this Memory slot in which to store the new linked list
* @param data In buffer with the marshalled data
- * @return Non-zero one error, errno will be set accordingly.
+ * @return Non-zero on error, errno will be set accordingly.
* Destroy the list on error.
*/
int linked_list_unmarshal(linked_list_t* restrict this, char* restrict data)