From e76dc396411b3d1261f9592812cd6c2f95b89a4d Mon Sep 17 00:00:00 2001 From: Aditya Deshpande Date: Mon, 30 Jan 2023 13:46:58 +0000 Subject: [PATCH] Modify comments to make them more inclusive Signed-off-by: Aditya Deshpande --- tests/scripts/check_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/check_files.py b/tests/scripts/check_files.py index 33b15ac178..fa7b8c0677 100755 --- a/tests/scripts/check_files.py +++ b/tests/scripts/check_files.py @@ -268,7 +268,7 @@ class UnicodeIssueTracker(LineIssueTracker): heading = "Invalid UTF-8 or forbidden character:" - # Only allow valid UTF-8, and only white-listed characters. + # Only allow valid UTF-8, and only other explicitly allowed characters. # We deliberately exclude all characters that aren't a simple non-blank, # non-zero-width glyph, apart from a very small set (tab, ordinary space, # line breaks, "basic" no-break space and soft hyphen). In particular,