Author: rhuijben
Date: Sat Dec 29 16:38:29 2012
New Revision: 1426784
URL: http://svn.apache.org/viewvc?rev=1426784&view=rev
Log:
* subversion/libsvn_diff/diff_file.c
(CHUNK_SHIFT): Following up on r1426752, tweak comment.
Modified:
subversion/trunk/subversion/libsvn_diff/diff_file.c
Modified: subversion/trunk/subversion/libsvn_diff/diff_file.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_diff/diff_file.c?rev=1426784&r1=1426783&r2=1426784&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_diff/diff_file.c (original)
+++ subversion/trunk/subversion/libsvn_diff/diff_file.c Sat Dec 29 16:38:29 2012
@@ -122,8 +122,8 @@ datasource_to_index(svn_diff_datasource_
* whatsoever. If there is a number someone comes up with that has some
* argumentation, let's use that.
*/
-/* If you change this number, update test_wrap() and test_identical_suffix()
- in diff-diff3-test.c */
+/* If you change this number, update test_norm_offset()
+ and test_identical_suffix() in diff-diff3-test.c */
#define CHUNK_SHIFT 17
#define CHUNK_SIZE (1 << CHUNK_SHIFT)