summaryrefslogtreecommitdiff
path: root/docs/markdown/Dependencies.md
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-10-22 16:42:21 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2022-10-23 03:06:39 +0300
commitfa2585d0b364143fb588b8bb611eaa4d1c277811 (patch)
tree529fe5facf7c43c453a8569073b31fc122efcc68 /docs/markdown/Dependencies.md
parentb98356e0557399803895755a5f513841345fba1b (diff)
downloadmeson-fa2585d0b364143fb588b8bb611eaa4d1c277811.tar.gz
Fix typos in docs
Diffstat (limited to 'docs/markdown/Dependencies.md')
-rw-r--r--docs/markdown/Dependencies.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md
index 0938e0692..6eab6ab16 100644
--- a/docs/markdown/Dependencies.md
+++ b/docs/markdown/Dependencies.md
@@ -570,7 +570,7 @@ versions would statically link, due to a quirk in `llvm-config`.
### Modules, a.k.a. Components
-Meson wraps LLVM's concept of components in it's own modules concept.
+Meson wraps LLVM's concept of components in its own modules concept.
When you need specific components you add them as modules as Meson
will do the right thing:
@@ -756,7 +756,7 @@ See [threads](Threads.md).
## Valgrind
Meson will find valgrind using `pkg-config`, but only uses the
-compilation flags and avoids trying to link with it's non-PIC static
+compilation flags and avoids trying to link with its non-PIC static
libs.
## Vulkan