summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-10-23 10:34:34 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-10-23 14:33:46 +0200
commit4f9a8d39d2e92fe20d60d5481ca52bd3a0de24e1 (patch)
treefd31aaed9fb88663488bde1d3d540f7c8119da01 /README.md
parent060a0cf338d6024eee37cc344c224fe3bcb78e81 (diff)
downloadbootstrappable-toolchain-4f9a8d39d2e92fe20d60d5481ca52bd3a0de24e1.tar.gz
Fix typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9af8dad..c773473 100644
--- a/README.md
+++ b/README.md
@@ -122,12 +122,12 @@ All compiler toolchains additionally provide:
The `CC` toolchain definition for use with
[rules-cc](https://github.com/just-buildsystem/rules-cc)
-All tool toolchains (including `<compiler>+tools`) provide:
+All tool toolchains (including `<toolchain>+tools`) provide:
- `["CC/foreign", "defaults"]`:
The `CC/foreign` toolchain definition for use with
[rules-cc](https://github.com/just-buildsystem/rules-cc)
-The `busybox` toolchain (including `<compiler>+tools`) additionally provides:
+The `busybox` toolchains (including `<toolchain>+tools`) additionally provide:
- `["patch", "defaults"]`:
The `patch` toolchain definition for use with
[rules-cc](https://github.com/just-buildsystem/rules-cc)
@@ -182,5 +182,5 @@ Example configuration for bootstrapping on NixOS (hashes may vary):
## License
All files are copyright Huawei Cloud Computing Technology Co., Ltd., license
-Apache-2.0, expect for the patches in `etc/patches`, which are license GPL-2.0
+Apache-2.0, except for the patches in `etc/patches`, which are license GPL-2.0
(the same license as the respective upstream project).