From ac31f8ac9a80ca9aa45d696014852254b629cef8 Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Thu, 4 Mar 2021 19:03:00 +0100 Subject: [PATCH] bootstrap_sdk: fix typo in bootstrap process description Co-authored-by: Marga Manterola <62987181+marga-kinvolk@users.noreply.github.com> --- bootstrap_sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_sdk b/bootstrap_sdk index ba37b8cfc9..36f0f66216 100755 --- a/bootstrap_sdk +++ b/bootstrap_sdk @@ -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.)