summaryrefslogtreecommitdiffstats
path: root/client-msg.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-09-26 18:09:23 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-09-26 18:09:23 +0000
commit302a35da85c223aae29b4d356787ee492c9b56d7 (patch)
tree3f9988645f29cad5e427e00bc29e4edbcaf60239 /client-msg.c
parent65eeb7e421718e248790d858792fd820aabbdbe6 (diff)
Server function naming, still not happy with server stuff though.
Diffstat (limited to 'client-msg.c')
-rw-r--r--client-msg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client-msg.c b/client-msg.c
index 6639d915..29b8c7b3 100644
--- a/client-msg.c
+++ b/client-msg.c
@@ -1,4 +1,4 @@
-/* $Id: client-msg.c,v 1.1 2007-09-26 13:43:14 nicm Exp $ */
+/* $Id: client-msg.c,v 1.2 2007-09-26 18:09:23 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -69,7 +69,7 @@ client_msg_dispatch(struct client_ctx *cctx, const char **error)
}
}
-/* Output message from client. */
+/* Output message from server. */
int
client_msg_fn_output(
struct hdr *hdr, struct client_ctx *cctx, unused const char **error)