Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/crossdev:master commit in: /
Date: Sat, 07 Apr 2018 07:28:03
Message-Id: 1523086048.0df39675bc7412e755b147174c7f28b7669eb1d4.slyfox@gentoo
1 commit: 0df39675bc7412e755b147174c7f28b7669eb1d4
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 07:27:28 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 07:27:28 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=0df39675
7
8 README: fixed typo s/rinning/running/
9
10 Reported-by: Marty E. Plummer
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 README | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/README b/README
17 index 4924258..65703cb 100644
18 --- a/README
19 +++ b/README
20 @@ -117,7 +117,7 @@ Unfortunately todays' toolchains have loops in their build-time dependencies:
21 - and libc for <target> needs a cross-comiler because it's written in C
22
23 That's where crossdev comes in useful. It unties this vicious compiler<->libc
24 -circle by carefully rinning the following emerge commands (assume s390x-linux
25 +circle by carefully running the following emerge commands (assume s390x-linux
26 example).
27
28 Here is what crossdev actually does: