aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;