diff options
author | Steve Phillips <steve@tryingtobeawesome.com> | 2017-02-09 06:15:48 -0800 |
---|---|---|
committer | Steve Phillips <steve@tryingtobeawesome.com> | 2017-02-10 00:32:41 -0800 |
commit | b1b128158f8b79613776b9f842d8b2c5ba885a0e (patch) | |
tree | b670f296299b568f82479c5dc30c881e98294269 /README.md | |
parent | df555a65dbea7aedcef462590230da639fb6a421 (diff) | |
download | crosstool-ng-b1b128158f8b79613776b9f842d8b2c5ba885a0e.tar.gz crosstool-ng-b1b128158f8b79613776b9f842d8b2c5ba885a0e.tar.bz2 crosstool-ng-b1b128158f8b79613776b9f842d8b2c5ba885a0e.zip |
README.md typo: archictecture -> architecture
Signed-off-by: Steve Phillips <steve@tryingtobeawesome.com>
Diffstat (limited to 'README.md')
-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 |