From a535ef6719816b23085da492dbcdcc4b7bfa8d2b Mon Sep 17 00:00:00 2001 From: Wenjian He Date: Thu, 7 May 2020 20:16:37 +0800 Subject: docs/Precompiled-headers: minor spell check. [skip ci] a give target -> a given target Proposed by #7081 . --- docs/markdown/Precompiled-headers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown') 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 -- cgit v1.1