Skip to content

Commit 2b375fc

Browse files
committed
Fix comment for function UNICHARSET::set_black_and_whitelist
Signed-off-by: Stefan Weil <[email protected]>
1 parent 77e4eab commit 2b375fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ccutil/unicharset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ bool UNICHARSET::major_right_to_left() const {
10001000
// Set a whitelist and/or blacklist of characters to recognize.
10011001
// An empty or nullptr whitelist enables everything (minus any blacklist).
10021002
// An empty or nullptr blacklist disables nothing.
1003-
// An empty or nullptr blacklist has no effect.
1003+
// An empty or nullptr unblacklist has no effect.
10041004
void UNICHARSET::set_black_and_whitelist(const char *blacklist,
10051005
const char *whitelist,
10061006
const char *unblacklist) {

0 commit comments

Comments
 (0)