You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/11/09 17:29:43 UTC

svn commit: r1407526 - /httpd/httpd/trunk/include/http_protocol.h

Author: sf
Date: Fri Nov  9 16:29:43 2012
New Revision: 1407526

URL: http://svn.apache.org/viewvc?rev=1407526&view=rev
Log:
fix comment typo

Modified:
    httpd/httpd/trunk/include/http_protocol.h

Modified: httpd/httpd/trunk/include/http_protocol.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/http_protocol.h?rev=1407526&r1=1407525&r2=1407526&view=diff
==============================================================================
--- httpd/httpd/trunk/include/http_protocol.h (original)
+++ httpd/httpd/trunk/include/http_protocol.h Fri Nov  9 16:29:43 2012
@@ -222,7 +222,7 @@ AP_DECLARE(apr_size_t) ap_send_mmap(apr_
  *
  * @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);