summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/initrdscripts
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/initrdscripts')
-rw-r--r--meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh2
-rw-r--r--meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh b/meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh
index 305b2dd65..62be89f03 100644
--- a/meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh
+++ b/meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh
@@ -46,7 +46,7 @@ probe_fs_type() {
# This fw_get_env_var is a possibly broken version of fw_printenv that
# does not check the crc or flag byte.
-# The u-boot environemnt starts with a crc32, followed by a flag byte
+# The u-boot environment starts with a crc32, followed by a flag byte
# when a redundannt environment is configured, followed by var=value\0 sets.
# The flag byte for nand is a 1 byte counter; for nor it is a 1 or 0 byte.
diff --git a/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb b/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb
index 6d0c70ec8..ab2c38e90 100644
--- a/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb
+++ b/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb
@@ -1,5 +1,5 @@
SUMMARY = "Phosphor OpenBMC pre-init scripts"
-DESCRIPTION = "Phosphor OpenBMC filesytem mount reference implementation."
+DESCRIPTION = "Phosphor OpenBMC filesystem mount reference implementation."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"