mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
contrib: Fix typo in comment in libstdc++ script
contrib/ChangeLog: * unicode/gen_libstdcxx_unicode_data.py: Fix comment type.
This commit is contained in:
committed by
Jonathan Wakely
parent
c61535ff3d
commit
9959c4db9e
@@ -149,7 +149,7 @@ escaped_general_categories = {
|
||||
"Cc", "Cf", "Cs", "Co", "Cn",
|
||||
}
|
||||
|
||||
# Extract General_Category and detrmine if it should be escaped
|
||||
# Extract General_Category and determine if it should be escaped
|
||||
# for all code points.
|
||||
for line in open("DerivedGeneralCategory.txt", "r"):
|
||||
# Example lines:
|
||||
|
||||
Reference in New Issue
Block a user