diff options
author | Enric Balletbo i Serra <eballetb@redhat.com> | 2023-01-10 17:19:33 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-01-18 12:46:13 -0500 |
commit | a685e9c99fb22b37aa5a9c8df235e35384321515 (patch) | |
tree | df9a9dcb24e4d8ed027a7ad2939c1a7d9427249b /doc/README.gpt | |
parent | ff6ef4b9093ff70b7f776dd92377f29d0f999984 (diff) | |
download | u-boot-a685e9c99fb22b37aa5a9c8df235e35384321515.tar.gz u-boot-a685e9c99fb22b37aa5a9c8df235e35384321515.tar.bz2 u-boot-a685e9c99fb22b37aa5a9c8df235e35384321515.zip |
doc/README.gpt: Fix typo 'a optionnal'
Change the string 'a optionnal' to 'an optional'.
Signed-off-by: Enric Balletbo i Serra <eballetbo@redhat.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/README.gpt')
-rw-r--r-- | doc/README.gpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.gpt b/doc/README.gpt index 91e397d06f..cc2a1b7ac7 100644 --- a/doc/README.gpt +++ b/doc/README.gpt @@ -260,7 +260,7 @@ Partition type GUID: For created partition, the used partition type GUID is PARTITION_BASIC_DATA_GUID (EBD0A0A2-B9E5-4433-87C0-68B6B72699C7). -If you define 'CONFIG_PARTITION_TYPE_GUID', a optionnal parameter 'type' +If you define 'CONFIG_PARTITION_TYPE_GUID', an optional parameter 'type' can specify a other partition type guid: "uuid_disk=...;name=u-boot,size=60MiB,uuid=...; |