summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2024-06-13 16:44:50 +0200
committerJoe Orton <jorton@apache.org>2024-06-13 16:44:50 +0200
commita834c8b88e444538db9513e332b9b3bd7850854c (patch)
tree6debb0cb2aaef78059bdb6d2d4e66b2c9a951590 /include
parentmpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OK (diff)
downloadapache2-a834c8b88e444538db9513e332b9b3bd7850854c.tar.xz
apache2-a834c8b88e444538db9513e332b9b3bd7850854c.zip
* include/httpd.h: Fix comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918297 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h
index 588e092c48..99a3cf31a7 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -1143,7 +1143,7 @@ struct request_rec {
*/
unsigned int flushed:1;
/** Request flags associated with this request. Use
- * AP_REQUEST_GET_FLAGS() and AP_REQUEST_SET_FLAGS() to access
+ * AP_REQUEST_GET_BNOTE() and AP_REQUEST_SET_BNOTE() to access
* the elements of this field.
*/
ap_request_bnotes_t bnotes;