diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-11 18:25:36 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-11 18:25:36 +0200 |
commit | c03d68e7b24f7ea1fde1016d6404241e568d415c (patch) | |
tree | c2eb274e6b78fdff81bfd970e8e2b5444c971d92 | |
parent | 0b18a690933f15c624dc0a2ecac419d963e90b29 (diff) |
Fix comment
-rwxr-xr-x | gen/prop/na | 2 | ||||
-rw-r--r-- | lib/unicode/prop/uprop_get_na.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gen/prop/na b/gen/prop/na index 5aa24e3..291a7d9 100755 --- a/gen/prop/na +++ b/gen/prop/na @@ -8,7 +8,7 @@ gawk ' BEGIN { FS = ";" - print "/* This file is autogenerated by gen/prop/nv; DO NOT EDIT. */" + print "/* This file is autogenerated by gen/prop/na; DO NOT EDIT. */" print "" print "#include \"macros.h\"" print "#include \"rune.h\"" diff --git a/lib/unicode/prop/uprop_get_na.c b/lib/unicode/prop/uprop_get_na.c index 84aa52d..f9df254 100644 --- a/lib/unicode/prop/uprop_get_na.c +++ b/lib/unicode/prop/uprop_get_na.c @@ -1,4 +1,4 @@ -/* This file is autogenerated by gen/prop/nv; DO NOT EDIT. */ +/* This file is autogenerated by gen/prop/na; DO NOT EDIT. */ #include "macros.h" #include "rune.h" |