bootstrap_sdk: fix typo in bootstrap process description

Co-authored-by: Marga Manterola <62987181+marga-kinvolk@users.noreply.github.com>
This commit is contained in:
Thilo Fromm 2021-03-04 19:03:00 +01:00 committed by GitHub
parent 12d59f88e0
commit ac31f8ac9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
# 3. stage2: Run portage-stable/scripts/bootstrap.sh
# This rebuilds the toolchain using Gentoo bootstrapping, ensuring it's not linked
# to or otherwise influenced by whatever was in the "seed" tarball.
# The toolchain rebuild may contain updates package ebuilds from
# The toolchain rebuild may contain updated package ebuilds from
# third_party/(portage-stable|coreos-overlay).
# This and all following stages use portage-stable and coreos-overlay
# from third_party/... (see 1.)