From ee1f762ec1ff6957d2e9197b46f074264cf05897 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Fri, 9 Nov 2012 16:29:43 +0000 Subject: [PATCH] fix comment typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407526 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/http_protocol.h b/include/http_protocol.h index fd95379daa..cd1942e56c 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -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); -- 2.49.0