commit: 0df39675bc7412e755b147174c7f28b7669eb1d4 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Apr 7 07:27:28 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Apr 7 07:27:28 2018 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=0df39675
README: fixed typo s/rinning/running/ Reported-by: Marty E. Plummer Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 4924258..65703cb 100644 --- a/README +++ b/README @@ -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:
