From cff0c485b0de617979feaca0da7dd66fcb2eb411 Mon Sep 17 00:00:00 2001 From: "A.J. Beamon" Date: Mon, 15 Jun 2020 15:27:35 -0700 Subject: [PATCH] Update a comment to remove use of word blacklist --- fdbcli/linenoise/linenoise.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdbcli/linenoise/linenoise.c b/fdbcli/linenoise/linenoise.c index 10ffd71c35..cf2c210e87 100644 --- a/fdbcli/linenoise/linenoise.c +++ b/fdbcli/linenoise/linenoise.c @@ -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) {