1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-31 18:19:35 +08:00

Update a comment to remove use of word blacklist

This commit is contained in:
A.J. Beamon 2020-06-15 15:27:35 -07:00
parent fabdffd6e4
commit cff0c485b0

@ -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) {