From 8455b7ef38b151ef081cad873171eb4ee1faa20f Mon Sep 17 00:00:00 2001 From: Freddy Vulto Date: Sat, 3 Oct 2009 23:27:40 +0200 Subject: [PATCH] Fix comment --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index eb6d15ed..3cacea74 100644 --- a/bash_completion +++ b/bash_completion @@ -367,7 +367,7 @@ __get_cword4() cur=${cur:$word_start} printf "%s" "$cur" -} # _get_cword4() +} # __get_cword4() # This function performs file and directory completion. It's better than