Re: [PATCH] bootstd: Fix a handful of doc typos in bootmeth

2024-06-04 Thread Mattijs Korpershoek
Hi Quentin, Thanks for the review! On mar., juin 04, 2024 at 14:22, Quentin Schulz wrote: > Hi Mattijs, > > On 6/4/24 2:04 PM, Mattijs Korpershoek wrote: [...] >> >> There seems indeed to be some inconsistencies around bootmeths versus >> bootmethods. >> >> To me, we should use 'bootmeth'

Re: [PATCH] bootstd: Fix a handful of doc typos in bootmeth

2024-06-04 Thread Quentin Schulz
Hi Mattijs, On 6/4/24 2:04 PM, Mattijs Korpershoek wrote: Hi Quentin, On mar., juin 04, 2024 at 11:47, Quentin Schulz wrote: Hi Mattijs, On 6/3/24 11:11 AM, Mattijs Korpershoek wrote: Fix some trivial typos found by browsing the code. Done with flyspell. Signed-off-by: Mattijs Korpershoe

Re: [PATCH] bootstd: Fix a handful of doc typos in bootmeth

2024-06-04 Thread Mattijs Korpershoek
Hi Quentin, On mar., juin 04, 2024 at 11:47, Quentin Schulz wrote: > Hi Mattijs, > > On 6/3/24 11:11 AM, Mattijs Korpershoek wrote: >> Fix some trivial typos found by browsing the code. >> Done with flyspell. >> >> Signed-off-by: Mattijs Korpershoek > --- >> include/bootmeth.h | 12 ++--

Re: [PATCH] bootstd: Fix a handful of doc typos in bootmeth

2024-06-04 Thread Quentin Schulz
Hi Mattijs, On 6/3/24 11:11 AM, Mattijs Korpershoek wrote: Fix some trivial typos found by browsing the code. Done with flyspell. Signed-off-by: Mattijs Korpershoek > --- include/bootmeth.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/bootmeth.h b

[PATCH] bootstd: Fix a handful of doc typos in bootmeth

2024-06-03 Thread Mattijs Korpershoek
Fix some trivial typos found by browsing the code. Done with flyspell. Signed-off-by: Mattijs Korpershoek --- include/bootmeth.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/bootmeth.h b/include/bootmeth.h index 0fc36104ece0..529c4d813d82 100644 --- a/