From c03d68e7b24f7ea1fde1016d6404241e568d415c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 11 Apr 2024 18:25:36 +0200 Subject: Fix comment --- gen/prop/na | 2 +- 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" -- cgit v1.2.3