Index: subversion/libsvn_client/diff.c
===================================================================
--- subversion/libsvn_client/diff.c	(revision 16548)
+++ subversion/libsvn_client/diff.c	(working copy)
@@ -2041,8 +2041,8 @@
   callback_baton->revnum1 = drr.rev1;
   callback_baton->revnum2 = drr.rev2;
 
-  /* Now, we reopen two RA session to the correct anchor/target
-     locations for our URLs. */
+  /* Now, we open two RA sessions to the correct anchor/target
+     locations for URL1. */
   SVN_ERR (svn_client__open_ra_session_internal
            (&ra_session1, drr.anchor1, NULL, NULL, NULL, FALSE, TRUE, ctx,
             pool));
@@ -2332,8 +2332,8 @@
   /* Prepare info for the repos repos diff. */
   SVN_ERR (diff_prepare_repos_repos (diff_param, &drr, ctx, pool));
 
-  /* Now, we reopen two RA session to the correct anchor/target
-     locations for our URLs. */
+  /* Now, we open two RA sessions to the correct anchor/target
+     locations for URL1. */
   SVN_ERR (svn_client__open_ra_session_internal
            (&ra_session1, drr.anchor1, NULL, NULL, NULL, FALSE, TRUE,
             ctx, pool));


