aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/mds-message.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-29 05:29:13 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-29 05:29:13 +0200
commit3aa01b035e94889a8cc4f234b789364c93b19fa1 (patch)
tree7f7d3dda8765e9505c25b459103cf0f4347ea6d6 /src/libmdsserver/mds-message.h
parenttypo (diff)
downloadmds-3aa01b035e94889a8cc4f234b789364c93b19fa1.tar.gz
mds-3aa01b035e94889a8cc4f234b789364c93b19fa1.tar.bz2
mds-3aa01b035e94889a8cc4f234b789364c93b19fa1.tar.xz
m + info: mds_message_t
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libmdsserver/mds-message.h')
-rw-r--r--src/libmdsserver/mds-message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libmdsserver/mds-message.h b/src/libmdsserver/mds-message.h
index 657592c..798b7ad 100644
--- a/src/libmdsserver/mds-message.h
+++ b/src/libmdsserver/mds-message.h
@@ -34,8 +34,8 @@ typedef struct mds_message
* as an unparsed header, it consists of both the header
* name and its associated value, joined by ": ". A header
* cannot be `NULL` (unless its memory allocation failed,)
- * but `headers` itself is NULL if there are no headers.
- * The "Length" should be included in this list.
+ * but `headers` itself is `NULL` if there are no headers.
+ * The "Length" header should be included in this list.
*/
char** headers;