diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2013-09-25 14:45:12 +0300 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2013-09-25 14:45:12 +0300 |
commit | 1a8714a8e32b3280602203f8b50610a5e056e171 (patch) | |
tree | 8fae69ebca8193788b347e433e1cf0f02df6a1f3 | |
parent | 0e2aaba42824a8385d2113df34cdb1da391b6145 (diff) | |
download | setup-efi-ivi-1a8714a8e32b3280602203f8b50610a5e056e171.tar.gz setup-efi-ivi-1a8714a8e32b3280602203f8b50610a5e056e171.tar.bz2 setup-efi-ivi-1a8714a8e32b3280602203f8b50610a5e056e171.zip |
setup-efi-ivi: minor spelling fixes in commentssubmit/tizen/20130930.055400
Change-Id: I1ea5c767a6979e8b14fabb0c408b243e390eabeb
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
-rwxr-xr-x | setup-efi-ivi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-efi-ivi b/setup-efi-ivi index 6d7c560..00f6786 100755 --- a/setup-efi-ivi +++ b/setup-efi-ivi @@ -9,9 +9,9 @@ # gummiboot configuration files. This script requires a number of environment # variables to be defined. Namely: # -# 1. INSTALLERFW_PART_COUNT - count of paritions +# 1. INSTALLERFW_PART_COUNT - count of partitions # 2. INSTALLERFW_PARTX_MOUNTPOINT - mount point of partition number X -# (0 <= x < $INSTALLERFW_PART_COUNT) +# (0 <= X < $INSTALLERFW_PART_COUNT) # 3. INSTALLERFW_PARTX_PARTUUID - GPT GUID (AKA PARTUUID) of partition number X # 4. INSTALLERFW_MOUNT_PREFIX - where the target partitions are mounted (the # "root" directory of the file-system we install gummiboot to) |