On 3/28/22 19:25, Patrick Delaunay wrote: > Fix "partition" in comment. > > Signed-off-by: Patrick Delaunay <[email protected]> > --- > > arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c > b/arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c > index 61cba157fd..d513a60efb 100644 > --- a/arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c > +++ b/arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c > @@ -46,7 +46,7 @@ > EFI_GUID(0xFD58F1C7, 0xBE0D, 0x4338, \ > 0x88, 0xE9, 0xAD, 0x8F, 0x05, 0x0A, 0xEB, 0x18) > > -/* RAW parttion (binary / bootloader) used Linux - reserved UUID */ > +/* RAW partition (binary / bootloader) used Linux - reserved UUID */ > #define LINUX_RESERVED_UUID "8DA63339-0007-60C0-C436-083AC8230908" > > /* Applied to u-boot-stm32 Thanks Patrice

