Signed-off-by: Ulrich Ölmann <u.oelm...@pengutronix.de>
---
 config/setup/Kconfig | 18 +++++++++---------
 platforms/barebox.in |  2 +-
 platforms/dtc.in     |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 28c2ce2c4528..3da0f5827c29 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -19,14 +19,14 @@ config SETUP_USER_NAME
        string
        default ""
        help
-         Full name of the user. Used as default in 'ptxdist newpackage'
+         Full name of the user. Used as default in 'ptxdist newpackage'.
 
 config SETUP_USER_EMAIL
        prompt "eMail"
        string
        default ""
        help
-         eMail address of the user. Used as default in 'ptxdist newpackage'
+         eMail address of the user. Used as default in 'ptxdist newpackage'.
 
 endmenu
 
@@ -104,7 +104,7 @@ config SETUP_PTXMIRROR_ONLY
        prompt "Only use PTXdist Mirror to download packages"
        help
          Set this to y if you only want to download packages from
-         PTXCONF_SETUP_PTXMIRROR
+         PTXCONF_SETUP_PTXMIRROR.
 
 endif
 
@@ -122,7 +122,7 @@ config SETUP_URL_WHITELIST
        prompt "URL Whitelist"
        help
          A space separated list of URLs. Any download URL that starts with
-         one of the here specified URLs will always be used. This
+         one of the URLs specified here will always be used. This
          overwrites the 'only use PTXdist Mirror' feature for these URLs.
 
 endif  # SETUP_PTXMIRROR_ONLY
@@ -262,8 +262,8 @@ config SETUP_DISABLE_REPRODUCIBLE
 config SETUP_ENV_WHITELIST
        string "environment variable whitelist (space separated)"
        help
-         PTXdist clears the environment by default. Specify here a
-         space separated list of environment variables to preserve.
+         PTXdist clears the environment by default. Specify a space
+         separated list of environment variables to preserve here.
 
 
 config SETUP_COMMON_CACHE
@@ -282,7 +282,7 @@ config SETUP_GEN_DEP_TREE
        help
          PTXdist has the feature to generate graphs to illustrate the
          dependencies to build a root file system. This information
-         if probably only interesting for hard core developers or
+         is probably only interesting for hard core developers or
          marketing guys, you probably don't want it.
 
          BTW: you need to install the 'dot' program of the
@@ -292,7 +292,7 @@ config SETUP_GEN_DEP_TREE
 config SETUP_CHECK_EXIT_ON_ERROR
        bool "enable exit on error"
        help
-         Use bash' "set -e" feature within ptxdist. Which enables
+         Use bash's "set -e" feature within ptxdist which enables
          quite aggressive error checking. Don't turn this on until
          you know what you're doing.
 
@@ -313,7 +313,7 @@ config SETUP_ICECC_CREATE_ENV
        default "/usr/lib/icecc/icecc-create-env"
        prompt "icecc-create-env path"
        help
-         The full path to icecc-create-env
+         The full path to icecc-create-env.
 
 endif
 
diff --git a/platforms/barebox.in b/platforms/barebox.in
index df3542aaf3a9..526d7ede42ad 100644
--- a/platforms/barebox.in
+++ b/platforms/barebox.in
@@ -57,7 +57,7 @@ config BAREBOX_BAREBOXENV
        bool
        help
          The tool 'bareboxenv' can be used to manipulate the barebox
-         environment. Enable this option access the barebox environment
+         environment. Enable this option to access the barebox environment
          from the target Linux system.
 
 config BAREBOX_BAREBOXCRC32
diff --git a/platforms/dtc.in b/platforms/dtc.in
index 038dff5c8b92..bafdb000a971 100644
--- a/platforms/dtc.in
+++ b/platforms/dtc.in
@@ -15,7 +15,7 @@ if DTC
 config DTC_INSTALL_OFTREE
        bool "install oftree to /boot"
        help
-         Creates an package to install the 'oftree' file to /boot
+         Creates a package to install the 'oftree' file to /boot
          of your target system.
 
 config DTC_OFTREE_DTS_PATH
-- 
2.25.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to