diff options
author | Wenjian He <wheac@connect.ust.hk> | 2020-05-07 20:16:37 +0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-05-07 09:39:41 -0700 |
commit | a535ef6719816b23085da492dbcdcc4b7bfa8d2b (patch) | |
tree | f053d5bfbfeacf631f093cd3521b13f6c0d00c64 /docs/markdown | |
parent | 1e073c4c1bd7de06bc74d84e3807c9b210e57a22 (diff) | |
download | meson-a535ef6719816b23085da492dbcdcc4b7bfa8d2b.zip meson-a535ef6719816b23085da492dbcdcc4b7bfa8d2b.tar.gz meson-a535ef6719816b23085da492dbcdcc4b7bfa8d2b.tar.bz2 |
docs/Precompiled-headers: minor spell check. [skip ci]
a give target -> a given target
Proposed by #7081 .
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Precompiled-headers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Precompiled-headers.md b/docs/markdown/Precompiled-headers.md index d9ac7a4..05b50bc 100644 --- a/docs/markdown/Precompiled-headers.md +++ b/docs/markdown/Precompiled-headers.md @@ -51,7 +51,7 @@ Using precompiled headers with GCC and derivatives -- Once you have a file to precompile, you can enable the use of pch for -a give target with a *pch* keyword argument. As an example, let's assume +a given target with a *pch* keyword argument. As an example, let's assume you want to build a small C binary with precompiled headers. Let's say the source files of the binary use the system headers `stdio.h` and `string.h`. Then you create a header file `pch/myexe_pch.h` with this |