contrib/ChangeLog:
* unicode/gen_libstdcxx_unicode_data.py: Fix comment type.
---
Pushed to trunk.
contrib/unicode/gen_libstdcxx_unicode_data.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/unicode/gen_libstdcxx_unicode_data.py
b/contrib/unicode/gen_libstdcxx_unicode_data.py
index d8ebe71d6a01..f5f3ab282481 100755
--- a/contrib/unicode/gen_libstdcxx_unicode_data.py
+++ b/contrib/unicode/gen_libstdcxx_unicode_data.py
@@ -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:
--
2.51.0