From c82468db3577918bc804ad8e661c7bab672dcac7 Mon Sep 17 00:00:00 2001 From: guangwu Date: Mon, 21 Aug 2023 09:25:26 +0800 Subject: [PATCH] fix: hexadecimal typo --- base/floats/src/munit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/floats/src/munit.c b/base/floats/src/munit.c index c20989173..b16814e7c 100644 --- a/base/floats/src/munit.c +++ b/base/floats/src/munit.c @@ -1705,7 +1705,7 @@ munit_print_help(int argc, char* const argv[MUNIT_ARRAY_PARAM(argc + 1)], void* puts(" --seed SEED\n" " Value used to seed the PRNG. Must be a 32-bit integer in decimal\n" " notation with no separators (commas, decimals, spaces, etc.), or\n" - " hexidecimal prefixed by \"0x\".\n" + " hexadecimal prefixed by \"0x\".\n" " --iterations N\n" " Run each test N times. 0 means the default number.\n" " --param name value\n"