From e6da06e4f683728b397621d278d51cfd68d309df Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Wed, 27 Dec 2023 17:11:25 +0100 Subject: [PATCH] typos --- qjsc.c | 4 ++-- unicode_gen.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qjsc.c b/qjsc.c index 3dc2a12..f8e60b3 100644 --- a/qjsc.c +++ b/qjsc.c @@ -344,8 +344,8 @@ void help(void) "usage: " PROG_NAME " [options] [files]\n" "\n" "options are:\n" - "-c only output bytecode in a C file\n" - "-e output main() and bytecode in a C file (default = executable output)\n" + "-c only output bytecode to a C file\n" + "-e output main() and bytecode to a C file (default = executable output)\n" "-o output set the output filename\n" "-N cname set the C name of the generated data\n" "-m compile as Javascript module (default=autodetect)\n" diff --git a/unicode_gen.c b/unicode_gen.c index f18aaa0..d76f94f 100644 --- a/unicode_gen.c +++ b/unicode_gen.c @@ -217,7 +217,7 @@ static const char *unicode_prop_short_name[] = { #undef DEF }; -#undef UNICODE_SPROP_LIST +#undef UNICODE_PROP_LIST typedef struct { /* case conv */