Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-config:master commit in: /
Date: Fri, 24 Aug 2018 08:50:23
Message-Id: 1535100570.4634a0f8d453ebc311eec751cb4a97ab5a2b0b65.slyfox@gentoo
1 commit: 4634a0f8d453ebc311eec751cb4a97ab5a2b0b65
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 24 08:49:30 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 24 08:49:30 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=4634a0f8
7
8 README: fix typos s/Practially/Practically and s/tolchain/toolchain/
9
10 Noticed by [Arfrever].
11
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 README | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/README b/README
18 index 06bf8fe..aef9e98 100644
19 --- a/README
20 +++ b/README
21 @@ -6,7 +6,7 @@ Gentoo allows switching gcc as system runs via gcc-config:
22 $ gcc-config x86_64-pc-linux-gnu-7.2.0
23
24 Ideally changes should be visible instantly and atomically
25 -without shell restart. Practially see TODOs and BUGs on PATH/ROOTPATH.
26 +without shell restart. Practically see TODOs and BUGs on PATH/ROOTPATH.
27
28 Files, variables, things.
29 -------------------------
30 @@ -27,7 +27,7 @@ Files, variables, things.
31 /etc/env.d/gcc/.NATIVE -> x86_64-pc-linux-gnu-8.1.0 (link to target config)
32 /etc/env.d/gcc/x86_64-pc-linux-gnu-8.1.0
33
34 - Contains variables that describe tolchain layout:
35 + Contains variables that describe toolchain layout:
36
37 LDPATH="/usr/lib/gcc/x86_64-pc-linux-gnu/8.1.0"
38 MANPATH="/usr/share/gcc-data/x86_64-pc-linux-gnu/8.1.0/man"