aboutsummaryrefslogtreecommitdiff
path: root/query.c
diff options
context:
space:
mode:
Diffstat (limited to 'query.c')
-rw-r--r--query.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/query.c b/query.c
index 9847f35..7947d59 100644
--- a/query.c
+++ b/query.c
@@ -5,9 +5,9 @@
#include "query.h"
/*
- * Return allocated string containing next query string parameter
- * ("key=value"). The string is truncated to max characters. If
- * truncation occurred, the -1th character of the string is set to 1.
+ * Return an allocated string containing the next query string parameter
+ * ("key=value"). The string is truncated to max characters. If truncation
+ * occurred, the -1th character of the string is set to 1.
*/
char *
nextparam(enum method method, int max)