Minor comment fix.

This commit is contained in:
Tilman Blumenbach 2015-01-14 15:52:40 +01:00
parent 07dfc171e3
commit 6fc18a21f1
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ static char ** get_ssh ( unsigned int *length )
continue;
}
// Do we have seen this host name already?
// Is this host name already in the history file?
// This is a nice little penalty, but doable? time will tell.
// given num_favorites is max 25.
int found = 0;