diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryManual.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryManual.sh
index 203ad35..46aff8b 100755
--- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryManual.sh
+++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_renameEntryManual.sh
@@ -33,8 +33,8 @@ function texinfo_renameEntryManual {
     texinfo_deleteEntryManual
 
     # Redefine absolute paths to changed directories.  This is
-    # required in order for `svn_commitRepoChanges' to be aware of
-    # manual source and target locations we've just renamed.
+    # required in order for `cli_synchronizeRepoChanges' to be aware
+    # of manual source and target locations we've just renamed.
     MANUAL_CHANGED_DIRS="${MANUAL_BASEDIR} $(echo $MANUAL_BASEDIR \
         | sed -r "s!${MANUAL_DIRN[${MANUAL_DOCENTRY_ID}]}!${MANUAL_DIRN[((${MANUAL_DOCENTRY_ID} + 1))]}!")"