summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r--src/backend/taler-merchant-httpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h
index b7737bb2..ab230783 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -219,7 +219,7 @@ struct TMH_RequestHandler
const char *url_suffix;
/**
- * Method the handler is for, NULL for "all".
+ * HTTP method the handler is for, NULL for "all".
*/
const char *method;
@@ -240,7 +240,7 @@ struct TMH_RequestHandler
/**
* Maximum upload size allowed for this handler.
- * 0 for DEFAULT_MAX_UPLOAD_SIZE
+ * 0 for #DEFAULT_MAX_UPLOAD_SIZE.
*/
size_t max_upload;