aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-echo.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-18 16:47:24 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-18 16:47:24 +0200
commitf48469bcb5ba944937088edafe7ea90cf7109f5b (patch)
tree3df6b679bbc32c6323bed2dc7a252a2229a7904d /src/mds-echo.c
parenttypo (diff)
downloadmds-f48469bcb5ba944937088edafe7ea90cf7109f5b.tar.gz
mds-f48469bcb5ba944937088edafe7ea90cf7109f5b.tar.bz2
mds-f48469bcb5ba944937088edafe7ea90cf7109f5b.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/mds-echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-echo.c b/src/mds-echo.c
index 904561d..e1366eb 100644
--- a/src/mds-echo.c
+++ b/src/mds-echo.c
@@ -336,7 +336,7 @@ int echo_message(void)
*
* @param message The message to send
* @param length The length of the message
- * @return Non-zero on success
+ * @return Zero on success, -1 on error
*/
int full_send(const char* message, size_t length)
{