summaryrefslogtreecommitdiff
path: root/subversion/libsvn_diff/lcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/libsvn_diff/lcs.c')
-rw-r--r--subversion/libsvn_diff/lcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/libsvn_diff/lcs.c b/subversion/libsvn_diff/lcs.c
index 8087a92..b420187 100644
--- a/subversion/libsvn_diff/lcs.c
+++ b/subversion/libsvn_diff/lcs.c
@@ -345,7 +345,7 @@ svn_diff__lcs(svn_diff__position_t *position_list1, /* pointer to tail (ring) */
{
svn_diff__snake(fp + k, token_counts, &lcs_freelist, pool);
}
- /* for k > 0, deletions are free */
+ /* for k > 0, deletions are free */
for (k = (d > 0 ? d : 0) + p; k >= 0; k--)
{
svn_diff__snake(fp + k, token_counts, &lcs_freelist, pool);