aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2018-11-19 14:05:01 -0800
committerGitHub <noreply@github.com>2018-11-19 14:05:01 -0800
commit8ac2c969ff926e420e63f360bd5873088cf756fd (patch)
treebb49d174cecff62708c621da2544e85bddfc6827 /docs
parent4e3be11bfa392656042f4e8e979e9b7766c328f6 (diff)
downloadoss-fuzz-8ac2c969ff926e420e63f360bd5873088cf756fd.tar.gz
[docs] Fix a typo in new_project_guide.md.
Diffstat (limited to 'docs')
-rw-r--r--docs/new_project_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md
index f1d8932ba..284120171 100644
--- a/docs/new_project_guide.md
+++ b/docs/new_project_guide.md
@@ -190,7 +190,7 @@ These flags are provided in the following environment variables:
| `$CC`, `$CXX`, `$CCC` | The C and C++ compiler binaries.
| `$CFLAGS`, `$CXXFLAGS` | C and C++ compiler flags.
-You *must* use `$CXX` as a linker, even if you project is written in pure C.
+You *must* use `$CXX` as a linker, even if your project is written in pure C.
Most well-crafted build scripts will automatically use these variables. If not,
pass them manually to the build tool.