]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* include/httpd.h: Fix comment.
authorJoe Orton <jorton@apache.org>
Thu, 13 Jun 2024 14:44:50 +0000 (14:44 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 13 Jun 2024 14:44:50 +0000 (14:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918297 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 588e092c48c3097ddb0da20bcc4705d5a4b4ec72..99a3cf31a7d3e547eb5d4064982bbcb67c4b72c9 100644 (file)
@@ -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;