From bcddf67d739ce9cb21377274abda6bbdcb4e16e5 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Thu, 17 Nov 2011 19:10:02 +0000 Subject: [PATCH] Fix incorrect comments. --- stow.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stow.in b/stow.in index 704fe64..d643787 100755 --- a/stow.in +++ b/stow.in @@ -545,7 +545,7 @@ sub stow_node { # : $target => relative path to symlink target from the current directory # Returns : n/a # Throws : a fatal error if directory cannot be read -# Comments : unstow_node() and unstow_contents() are mutually recursive +# Comments : unstow_node_orig() and unstow_contents_orig() are mutually recursive # : Here we traverse the target tree, rather than the source tree. #============================================================================ sub unstow_contents_orig { @@ -649,7 +649,7 @@ sub unstow_node_orig { # Returns : n/a # Throws : a fatal error if directory cannot be read # Comments : unstow_node() and unstow_contents() are mutually recursive -# : Here we traverse the target tree, rather than the source tree. +# : Here we traverse the source tree, rather than the target tree. #============================================================================ sub unstow_contents { my ($path, $target) = @_;