We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d807cb4 commit 1a687fdCopy full SHA for 1a687fd
eclass/multilib.eclass
@@ -1,4 +1,4 @@
1
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
3
4
# @ECLASS: multilib.eclass
eclass/tests/multilib.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 1999-2020 Gentoo Foundation
+# Copyright 2020 Gentoo Authors
5
source tests-common.sh
@@ -46,7 +46,7 @@ test-multilib_env() {
46
fi
47
}
48
49
-# Pick a few interesting gargets from:
+# Pick a few interesting targets from:
50
# $ grep -h -o -R 'CHOST=.*' ../../profiles/ | sort -u
51
52
test-multilib_env \
0 commit comments