Author: cmpilato
Date: Mon Jun 13 20:48:05 2011
New Revision: 1135271
URL: http://svn.apache.org/viewvc?rev=1135271&view=rev
Log:
Follow-up to r1135176, fixing a comment.
* subversion/libsvn_client/merge.c
(calculate_left_hand_side): Remove an unfinished thought from a comment.
Reported by: stsp
Modified:
subversion/trunk/subversion/libsvn_client/merge.c
Modified: subversion/trunk/subversion/libsvn_client/merge.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/merge.c?rev=1135271&r1=1135270&r2=1135271&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/merge.c (original)
+++ subversion/trunk/subversion/libsvn_client/merge.c Mon Jun 13 20:48:05 2011
@@ -10289,7 +10289,7 @@ calculate_left_hand_side(const char **ur
/* If the source revision is the same as the youngest common
revision, then there can't possibly be any unmerged revisions
- that we need to apply to target. (Since it */
+ that we need to apply to target. */
if (source_rev == yc_ancestor_rev)
{
svn_pool_destroy(iterpool);