From a685e9c99fb22b37aa5a9c8df235e35384321515 Mon Sep 17 00:00:00 2001 From: Enric Balletbo i Serra Date: Tue, 10 Jan 2023 17:19:33 +0100 Subject: [PATCH] doc/README.gpt: Fix typo 'a optionnal' Change the string 'a optionnal' to 'an optional'. Signed-off-by: Enric Balletbo i Serra Reviewed-by: Simon Glass --- doc/README.gpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=...; -- 2.39.5