Author: stefan2
Date: Mon Jan  4 12:42:16 2016
New Revision: 1722861

URL: http://svn.apache.org/viewvc?rev=1722861&view=rev
Log:
* subversion/libsvn_subr/eol.c
  (svn_eol__find_eol_start): Fix wording in comment. No functional change.

Modified:
    subversion/trunk/subversion/libsvn_subr/eol.c

Modified: subversion/trunk/subversion/libsvn_subr/eol.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/eol.c?rev=1722861&r1=1722860&r2=1722861&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/eol.c (original)
+++ subversion/trunk/subversion/libsvn_subr/eol.c Mon Jan  4 12:42:16 2016
@@ -37,7 +37,7 @@ svn_eol__find_eol_start(char *buf, apr_s
 
   /* On some systems, we need to make sure that BUF is properly aligned
    * for chunky data access. This overhead is still justified because
-   * only lines tend to be tens of chars long.
+   * lines tend to be tens of chars long.
    */
   for (; (len > 0) && ((apr_uintptr_t)buf) & (sizeof(apr_uintptr_t)-1)
        ; ++buf, --len)


Reply via email to