diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2020-11-12 15:14:27 -0500 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-11-12 12:46:29 -0800 |
commit | 8992729adee7b6ad775513f1f93e638ebb1e1891 (patch) | |
tree | 4d2a4255b6eed6035e9a3139f5f13d177c624528 /docs/markdown/snippets | |
parent | 8351e85bbd531411691ba54bbb0bac6d96ae5bfd (diff) | |
download | meson-8992729adee7b6ad775513f1f93e638ebb1e1891.zip meson-8992729adee7b6ad775513f1f93e638ebb1e1891.tar.gz meson-8992729adee7b6ad775513f1f93e638ebb1e1891.tar.bz2 |
doc: fix typo [skip ci]
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/thinlto.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/thinlto.md b/docs/markdown/snippets/thinlto.md index ac242a8..44bc972 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. |