[PATCH] docs: UML: fix typo

Steven Lung posted 1 patch 3 years, 10 months ago
Documentation/virt/uml/user_mode_linux_howto_v2.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: UML: fix typo
Posted by Steven Lung 3 years, 10 months ago
Replace 'absense' with 'absence'.

Signed-off-by: Steven Lung <1030steven@gmail.com>
---
 Documentation/virt/uml/user_mode_linux_howto_v2.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/uml/user_mode_linux_howto_v2.rst b/Documentation/virt/uml/user_mode_linux_howto_v2.rst
index 863f67b72..af2a97429 100644
--- a/Documentation/virt/uml/user_mode_linux_howto_v2.rst
+++ b/Documentation/virt/uml/user_mode_linux_howto_v2.rst
@@ -322,7 +322,7 @@ Shared Options
 * ``v6=[0,1]`` to specify if a v6 connection is desired for all
   transports which operate over IP. Additionally, for transports that
   have some differences in the way they operate over v4 and v6 (for example
-  EoL2TPv3), sets the correct mode of operation. In the absense of this
+  EoL2TPv3), sets the correct mode of operation. In the absence of this
   option, the socket type is determined based on what do the src and dst
   arguments resolve/parse to.
 
-- 
2.35.1
Re: [PATCH] docs: UML: fix typo
Posted by Jonathan Corbet 3 years, 9 months ago
Steven Lung <1030steven@gmail.com> writes:

> Replace 'absense' with 'absence'.
>
> Signed-off-by: Steven Lung <1030steven@gmail.com>
> ---
>  Documentation/virt/uml/user_mode_linux_howto_v2.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/virt/uml/user_mode_linux_howto_v2.rst b/Documentation/virt/uml/user_mode_linux_howto_v2.rst
> index 863f67b72..af2a97429 100644
> --- a/Documentation/virt/uml/user_mode_linux_howto_v2.rst
> +++ b/Documentation/virt/uml/user_mode_linux_howto_v2.rst
> @@ -322,7 +322,7 @@ Shared Options
>  * ``v6=[0,1]`` to specify if a v6 connection is desired for all
>    transports which operate over IP. Additionally, for transports that
>    have some differences in the way they operate over v4 and v6 (for example
> -  EoL2TPv3), sets the correct mode of operation. In the absense of this
> +  EoL2TPv3), sets the correct mode of operation. In the absence of this
>    option, the socket type is determined based on what do the src and dst

Applied, thanks.  Congratulations on (I think) your first kernel patch.

jon