]> granicus.if.org Git - apache/commitdiff
fix comment typo
authorStefan Fritsch <sf@apache.org>
Fri, 9 Nov 2012 16:29:43 +0000 (16:29 +0000)
committerStefan Fritsch <sf@apache.org>
Fri, 9 Nov 2012 16:29:43 +0000 (16:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407526 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);