From 8992729adee7b6ad775513f1f93e638ebb1e1891 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 12 Nov 2020 15:14:27 -0500 Subject: [PATCH] doc: fix typo [skip ci] --- docs/markdown/snippets/thinlto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/snippets/thinlto.md b/docs/markdown/snippets/thinlto.md index ac242a8b1..44bc972b0 100644 --- a/docs/markdown/snippets/thinlto.md +++ b/docs/markdown/snippets/thinlto.md @@ -23,5 +23,5 @@ if get_option('b_lto') == 'true' endif ``` -This should not affect any comman line invocations as configuring LTO +This should not affect any command line invocations as configuring LTO with `-Db_lto=true` still works and behaves the same way as before.