Merge pull request #3366 from ajbeamon/eliminate-use-of-blacklist

Update a comment to remove use of word blacklist
This commit is contained in:
Evan Tschannen 2020-06-17 10:46:21 -07:00 committed by GitHub
commit 7b101623ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1034,7 +1034,7 @@ static char *linenoiseNoTTY(void) {
/* The high level function that is the main API of the linenoise library.
* This function checks if the terminal has basic capabilities, just checking
* for a blacklist of stupid terminals, and later either calls the line
* for a list of unsupported stupid terminals, and later either calls the line
* editing function or uses dummy fgets() so that you will be able to type
* something even in the most desperate of the conditions. */
char *linenoise(const char *prompt) {