]> granicus.if.org Git - esp-idf/commitdiff
docs: Fix typo in build-system.rst
authorgbcwbz <cwbddzxx@gmail.com>
Sun, 19 Feb 2017 11:33:08 +0000 (19:33 +0800)
committerAngus Gratton <angus@espressif.com>
Fri, 17 Mar 2017 10:12:41 +0000 (18:12 +0800)
Merges #355 https://github.com/espressif/esp-idf/pull/355

docs/build-system.rst

index b3abbd28f50c3c882d90deadb7bdf956a546422b..ea4925f74eff446da3cde818bfa97b74e81d931e 100644 (file)
@@ -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: