From 6a07f70c1c1081374faeee2eabe53d23805ea529 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Mon, 2 Feb 2026 17:57:50 +0100 Subject: support -> supported --- src/linker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/linker.cpp') diff --git a/src/linker.cpp b/src/linker.cpp index f369a5a38..9f4f1b2e8 100644 --- a/src/linker.cpp +++ b/src/linker.cpp @@ -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; } -- cgit v1.2.3