Author: rinrab
Date: Mon May 26 16:58:51 2025
New Revision: 1925833

URL: http://svn.apache.org/viewvc?rev=1925833&view=rev
Log:
On the 'utf8-cmdline-prototype' branch: follow-up to r1925828: fix comment.

Modified:
    subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c

Modified: subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c
URL: 
http://svn.apache.org/viewvc/subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c?rev=1925833&r1=1925832&r2=1925833&view=diff
==============================================================================
--- subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c (original)
+++ subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c Mon May 26 
16:58:51 2025
@@ -2130,7 +2130,7 @@ add_commands(const svn_opt_subcommand_de
   svn_cl__cmd_table = cmds_new;
 }
 
-/* Parse OPT_ARG as a version number, into OPT_STATE->compatible_version.
+/* Parse UTF8_OPT_ARG as a version number, into OPT_STATE->compatible_version.
  *
  * Ensure it is between the oldest and newest supported WC formats.
  *


Reply via email to