]> granicus.if.org Git - apache/commitdiff
Typo in comment (r1407526 in trunk)
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 18 Nov 2012 07:47:35 +0000 (07:47 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 18 Nov 2012 07:47:35 +0000 (07:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1410848 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index fd95379daa40d52dcbed14faae614e259d0cad4f..cd1942e56cac0797c509b4ac09862dada1d67e5d 100644 (file)
@@ -222,7 +222,7 @@ AP_DECLARE(apr_size_t) ap_send_mmap(apr_mmap_t *mm,
  *
  * @param p        The pool to create registered method numbers from.
  * @param methname The name of the new method to register.
- * @return         Ab int value representing an offset into a bitmask.
+ * @return         An int value representing an offset into a bitmask.
  */
 AP_DECLARE(int) ap_method_register(apr_pool_t *p, const char *methname);