From cd9ef49f4f6ba5fd72f17da12ab44bb4582bda39 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Tue, 28 Nov 2017 18:08:14 +0000 Subject: [PATCH] Correct a comment after r326330. MFC after: 3 days MFC with: r326330 Sponsored by: The FreeBSD Foundation --- release/release.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release/release.conf.sample b/release/release.conf.sample index 7c94d45b530..d4843a90cc0 100644 --- a/release/release.conf.sample +++ b/release/release.conf.sample @@ -70,9 +70,9 @@ PORTBRANCH="ports/head@rHEAD" ## build. #EMBEDDED_TARGET= -## Set to the hardware platform of the target userland. This value -## is passed to make(1) to set the TARGET_ARCH (value of uname -p) to -## cross build. +## Set to the machine processor architecture of the target userland. +## This value is passed to make(1) to set the TARGET_ARCH (value of uname -p) +## to cross build. #EMBEDDED_TARGET_ARCH= ## Set to skip the chroot environment buildworld/installworld/distribution