diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-12-05 08:07:49 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-12-05 08:54:51 +0100 |
commit | 55fba24d346a0f937d84e8461a71730281be879c (patch) | |
tree | f8df0fdfd94b0d7a34744e08e3d2b7fd234cc6ba | |
parent | 1db28a7ba0a230b5d22ef32a64b6844665afa755 (diff) | |
download | buildroot-55fba24d346a0f937d84e8461a71730281be879c.tar.gz buildroot-55fba24d346a0f937d84e8461a71730281be879c.zip |
ti-cgt-pru: fix typo in comment
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/ti-cgt-pru/ti-cgt-pru.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ti-cgt-pru/ti-cgt-pru.mk b/package/ti-cgt-pru/ti-cgt-pru.mk index 7c89444e01..d94f09197f 100644 --- a/package/ti-cgt-pru/ti-cgt-pru.mk +++ b/package/ti-cgt-pru/ti-cgt-pru.mk @@ -21,7 +21,7 @@ define HOST_TI_CGT_PRU_EXTRACT_CMDS endef # Since this is largely prebuilt toolchain and likes to live in its -# own directory, put is in $(HOST_DIR)/usr/share/ti-cgt-pru/. +# own directory, put it in $(HOST_DIR)/usr/share/ti-cgt-pru/. # Packages wanting to use this toolchain need to use this path as TI's # standard PRU_CGT path e.g. make PRU_CGT=$(TI_CGT_PRU_INSTALLDIR)... TI_CGT_PRU_INSTALLDIR = $(HOST_DIR)/usr/share/ti-cgt-pru |