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

@@ -1861,7 +1861,7 @@ gb_internal void init_build_context(TargetMetrics *cross_target, Subtarget subta
if (bc->disable_red_zone) {
if (is_arch_wasm() && bc->metrics.os == TargetOs_freestanding) {
gb_printf_err("-disable-red-zone is not support for this target");
gb_printf_err("-disable-red-zone is not supported on this target");
gb_exit(1);
}
}