support -> supported

This commit is contained in:
Jeroen van Rijn
2026-02-02 17:57:50 +01:00
parent 3666c1d3aa
commit 6a07f70c1c
2 changed files with 2 additions and 2 deletions

View File

@@ -181,7 +181,7 @@ try_cross_linking:;
case Linker_radlink: section_name = str_lit("rad-link"); break;
#endif
default:
gb_printf_err("'%.*s' linker is not support for this platform\n", LIT(linker_choices[build_context.linker_choice]));
gb_printf_err("'%.*s' linker is not supported on this platform\n", LIT(linker_choices[build_context.linker_choice]));
return 1;
}