diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-10 00:45:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-10 00:45:04 -0800 |
commit | 3eed0ca09686521dddc0d41f8a21fb2eba55d6cc (patch) | |
tree | b670f296299b568f82479c5dc30c881e98294269 | |
parent | df555a65dbea7aedcef462590230da639fb6a421 (diff) | |
parent | b1b128158f8b79613776b9f842d8b2c5ba885a0e (diff) | |
download | crosstool-ng-3eed0ca09686521dddc0d41f8a21fb2eba55d6cc.tar.gz crosstool-ng-3eed0ca09686521dddc0d41f8a21fb2eba55d6cc.tar.bz2 crosstool-ng-3eed0ca09686521dddc0d41f8a21fb2eba55d6cc.zip |
Merge pull request #582 from elimisteve/patch-1
README.md typo: archictecture -> architecture
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ With crosstool-NG, you can learn precisely how each component is configured and crosstool-NG can build from generic, general purpose toolchains, to very specific and dedicated toolchains. Simply fill in specific values in the adequate options. -Of course, it doesn't prevent you from doing your home work first. You have to know with some degree of exactitude what your target is (archictecture, processor variant), what it will be used for (embedded, desktop, realtime), what degree of confidence you have with each component (stability, maintainability), and so on… +Of course, it doesn't prevent you from doing your home work first. You have to know with some degree of exactitude what your target is (architecture, processor variant), what it will be used for (embedded, desktop, realtime), what degree of confidence you have with each component (stability, maintainability), and so on… ## Features |