aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/fd-table.h
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/fd-table.h
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/fd-table.h')
-rw-r--r--src/libmdsserver/fd-table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmdsserver/fd-table.h b/src/libmdsserver/fd-table.h
index afba699..5fe9d98 100644
--- a/src/libmdsserver/fd-table.h
+++ b/src/libmdsserver/fd-table.h
@@ -167,7 +167,7 @@ void fd_table_marshal(const fd_table_t* restrict this, char* restrict data);
* @param this Memory slot in which to store the new fd table
* @param data In buffer with the marshalled data
* @param remapper Function that translates values, `NULL` if not translation takes place
- * @return Non-zero one error, errno will be set accordingly.
+ * @return Non-zero on error, errno will be set accordingly.
* Destroy the table on error.
*/
int fd_table_unmarshal(fd_table_t* restrict this, char* restrict data, remap_func* remapper);