From: gbcwbz Date: Sun, 19 Feb 2017 11:33:08 +0000 (+0800) Subject: docs: Fix typo in build-system.rst X-Git-Tag: v2.0-rc2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3302a38432b867bc4f4caeccbbd653e6fa176dfc;p=esp-idf docs: Fix typo in build-system.rst Merges #355 https://github.com/espressif/esp-idf/pull/355 --- diff --git a/docs/build-system.rst b/docs/build-system.rst index b3abbd28f5..ea4925f74e 100644 --- a/docs/build-system.rst +++ b/docs/build-system.rst @@ -144,7 +144,7 @@ The minimal ``component.mk`` file is an empty file(!). If the file is empty, the See `example component makefiles` for more complete component makefile examples. -Note that there is a different between an empty ``component.mk`` file (which invokes default component build behaviour) and no ``component.mk`` file (which means no default component build behaviour will occur.) It is possible for a component to have no `component.mk` file, if it only contains other files which influence the project configuration or build process. +Note that there is a difference between an empty ``component.mk`` file (which invokes default component build behaviour) and no ``component.mk`` file (which means no default component build behaviour will occur.) It is possible for a component to have no `component.mk` file, if it only contains other files which influence the project configuration or build process. .. component variables: