You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/09/07 14:48:34 UTC

svn commit: r1623008 - /subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c

Author: stefan2
Date: Sun Sep  7 12:48:34 2014
New Revision: 1623008

URL: http://svn.apache.org/r1623008
Log:
* subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c
  (fuzzing_1_byte_test): Fix / complete commentary. No functional change.

Modified:
    subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c

Modified: subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c?rev=1623008&r1=1623007&r2=1623008&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c Sun Sep  7 12:48:34 2014
@@ -136,13 +136,13 @@ fuzzing_1_byte_test(const svn_test_opts_
                                  NULL, NULL, NULL, NULL, iterpool);
 
       /* Log changes that don't get detected.
-         In f7, this can only bits in the indexes. */
+         In f7, this can only be bits in the indexes. */
       if (!err)
         printf("Undetected mod at offset %"APR_UINT64_T_HEX_FMT
                " (%"APR_OFF_T_FMT"): 0x%02x -> 0x%02x\n",
                i, i, c_old, c_new);
 
-      /* Once we catch all changes, . */
+      /* Once we catch all changes, assert that we do. */
 /*      SVN_TEST_ASSERT(err); */
       svn_error_clear(err);