[SeaBIOS] [PATCH] docs: Spell verb *set up* with a space

Paul Menzel posted 1 patch 4 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/seabios tags/patchew/20200317193108.45597-1-pmenzel@molgen.mpg.de
docs/Execution_and_code_flow.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[SeaBIOS] [PATCH] docs: Spell verb *set up* with a space
Posted by Paul Menzel 4 years, 1 month ago
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
 docs/Execution_and_code_flow.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Execution_and_code_flow.md b/docs/Execution_and_code_flow.md
index 4a7ba8d..267464e 100644
--- a/docs/Execution_and_code_flow.md
+++ b/docs/Execution_and_code_flow.md
@@ -39,7 +39,7 @@ The POST phase itself has several sub-phases.
 * The "preinit" sub-phase: code run prior to [code relocation](Linking overview#Code relocation).
 * The "init" sub-phase: code to initialize internal variables and
   interfaces.
-* The "setup" sub-phase: code to setup hardware and drivers.
+* The "setup" sub-phase: code to set up hardware and drivers.
 * The "prepboot" sub-phase: code to finalize interfaces and prepare
   for the boot phase.
 
-- 
2.26.0.rc2
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org
[SeaBIOS] Re: [PATCH] docs: Spell verb *set up* with a space
Posted by Kevin O'Connor 4 years, 1 month ago
On Tue, Mar 17, 2020 at 08:31:08PM +0100, Paul Menzel wrote:
> Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
> ---
>  docs/Execution_and_code_flow.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/Execution_and_code_flow.md b/docs/Execution_and_code_flow.md
> index 4a7ba8d..267464e 100644
> --- a/docs/Execution_and_code_flow.md
> +++ b/docs/Execution_and_code_flow.md
> @@ -39,7 +39,7 @@ The POST phase itself has several sub-phases.
>  * The "preinit" sub-phase: code run prior to [code relocation](Linking overview#Code relocation).
>  * The "init" sub-phase: code to initialize internal variables and
>    interfaces.
> -* The "setup" sub-phase: code to setup hardware and drivers.
> +* The "setup" sub-phase: code to set up hardware and drivers.
>  * The "prepboot" sub-phase: code to finalize interfaces and prepare
>    for the boot phase.

I don't understand this change.

-Kevin
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org
[SeaBIOS] Re: [PATCH] docs: Spell verb *set up* with a space
Posted by Paul Menzel 4 years, 1 month ago
Dear Kevin,


Am 18.03.20 um 01:46 schrieb Kevin O'Connor:
> On Tue, Mar 17, 2020 at 08:31:08PM +0100, Paul Menzel wrote:
>> Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
>> ---
>>   docs/Execution_and_code_flow.md | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/docs/Execution_and_code_flow.md b/docs/Execution_and_code_flow.md
>> index 4a7ba8d..267464e 100644
>> --- a/docs/Execution_and_code_flow.md
>> +++ b/docs/Execution_and_code_flow.md
>> @@ -39,7 +39,7 @@ The POST phase itself has several sub-phases.
>>   * The "preinit" sub-phase: code run prior to [code relocation](Linking overview#Code relocation).
>>   * The "init" sub-phase: code to initialize internal variables and
>>     interfaces.
>> -* The "setup" sub-phase: code to setup hardware and drivers.
>> +* The "setup" sub-phase: code to set up hardware and drivers.
>>   * The "prepboot" sub-phase: code to finalize interfaces and prepare
>>     for the boot phase.
> 
> I don't understand this change.

Spelling the verb as *setup* and not *set up* is incorrect [1]. I always 
try to remember, what happens if you use it with third person singular.

 > She sets the system up.


Kind regards,

Paul


[1]: https://www.merriam-webster.com/dictionary/set%20up
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org