summaryrefslogtreecommitdiff
path: root/meta-mellanox/meta-msn/recipes-phosphor/initfs/files/obmc-init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mellanox/meta-msn/recipes-phosphor/initfs/files/obmc-init.sh')
-rw-r--r--meta-mellanox/meta-msn/recipes-phosphor/initfs/files/obmc-init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-mellanox/meta-msn/recipes-phosphor/initfs/files/obmc-init.sh b/meta-mellanox/meta-msn/recipes-phosphor/initfs/files/obmc-init.sh
index 55862aac3f..9512c762c8 100644
--- a/meta-mellanox/meta-msn/recipes-phosphor/initfs/files/obmc-init.sh
+++ b/meta-mellanox/meta-msn/recipes-phosphor/initfs/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.