aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/thinlto.md2
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.