aboutsummaryrefslogtreecommitdiff
path: root/src/linker.cpp
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-02 17:57:50 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-02 17:57:50 +0100
commit6a07f70c1c1081374faeee2eabe53d23805ea529 (patch)
tree9aba4261869abee3a4a0ee4dd477c0393baa6567 /src/linker.cpp
parent3666c1d3aadc2dca24d6af375f6f367812e30bf2 (diff)
support -> supported
Diffstat (limited to 'src/linker.cpp')
-rw-r--r--src/linker.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}