diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-07 08:27:28 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-07 08:27:28 +0100 |
commit | 0df39675bc7412e755b147174c7f28b7669eb1d4 (patch) | |
tree | d09884109a2f58ae621b568f42073c6c25cee1f3 | |
parent | wrappers: fix use.force flag overrides (diff) | |
download | crossdev-0df39675bc7412e755b147174c7f28b7669eb1d4.tar.gz crossdev-0df39675bc7412e755b147174c7f28b7669eb1d4.tar.bz2 crossdev-0df39675bc7412e755b147174c7f28b7669eb1d4.zip |
README: fixed typo s/rinning/running/
Reported-by: Marty E. Plummer
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ Unfortunately todays' toolchains have loops in their build-time dependencies: - and libc for <target> needs a cross-comiler because it's written in C That's where crossdev comes in useful. It unties this vicious compiler<->libc -circle by carefully rinning the following emerge commands (assume s390x-linux +circle by carefully running the following emerge commands (assume s390x-linux example). Here is what crossdev actually does: |