From 939e41c396311f2f1cb67bcd8dd58865d40b995d Mon Sep 17 00:00:00 2001 From: Rafael Campos Nunes Date: Fri, 7 Apr 2023 00:34:50 -0300 Subject: [PATCH] Fix typo Fix a documentation typo --- website/docs/linkgroups.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/linkgroups.md b/website/docs/linkgroups.md index a90c26207..fc9a28094 100644 --- a/website/docs/linkgroups.md +++ b/website/docs/linkgroups.md @@ -8,6 +8,6 @@ linkgroups ("value") `value` is a boolean value, i.e. "On" or "Off". -When linking against another projects or libraries gcc/clang by default have order dependent linking, at least with the general default linker. While it is generally beleived to be slower, you can enable order independent linking within a group of libraries by putting them inside of a link-group using the -Wl,--start-group and -Wl,--end-group command line arguments. +When linking against another projects or libraries gcc/clang by default have order dependent linking, at least with the general default linker. While it is generally believed to be slower, you can enable order independent linking within a group of libraries by putting them inside of a link-group using the -Wl,--start-group and -Wl,--end-group command line arguments. -This API turns this grouping on or off (it is off by default), and applies to all libraries specified in the [links](links.md) API. \ No newline at end of file +This API turns this grouping on or off (it is off by default), and applies to all libraries specified in the [links](links.md) API.