aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/bsp/help.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py
index 2b4ed06d27..85a09dd29b 100644
--- a/scripts/lib/bsp/help.py
+++ b/scripts/lib/bsp/help.py
@@ -114,7 +114,7 @@ yocto_bsp_create_usage = """
The value of the 'karch' parameter determines the set of files that
will be generated for the BSP, along with the specific set of
'properties' that will be used to fill out the BSP-specific portions
- of the BSP. The possible values for the 'karch' paramter can be
+ of the BSP. The possible values for the 'karch' parameter can be
listed via 'yocto-bsp list karch'.
NOTE: Once created, you should add your new layer to your
@@ -144,7 +144,7 @@ DESCRIPTION
The value of the 'karch' parameter determines the set of files
that will be generated for the BSP, along with the specific set of
'properties' that will be used to fill out the BSP-specific
- portions of the BSP. The possible values for the 'karch' paramter
+ portions of the BSP. The possible values for the 'karch' parameter
can be listed via 'yocto-bsp list karch'.
The BSP-specific properties that define the values that will be
@@ -758,7 +758,7 @@ DESCRIPTION
or config items along with patches. The named feature must end
with .scc and must not contain a feature directory to contain the
feature (this will be determined automatically), and a feature
- decription in double-quotes along with a capabilities string
+ description in double-quotes along with a capabilities string
(which for the time being can be one of: 'all' or 'board').
"""