Fix comment

This commit is contained in:
Freddy Vulto 2009-10-03 23:27:40 +02:00
parent d3187b6f35
commit 8455b7ef38

View File

@ -367,7 +367,7 @@ __get_cword4()
cur=${cur:$word_start} cur=${cur:$word_start}
printf "%s" "$cur" printf "%s" "$cur"
} # _get_cword4() } # __get_cword4()
# This function performs file and directory completion. It's better than # This function performs file and directory completion. It's better than