diff options
author | Steven Lung <1030steven@gmail.com> | 2022-06-21 10:29:10 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-06-24 22:18:21 +0300 |
commit | 5b8d9ee0034576062460255d8bab3b3e61a2a25f (patch) | |
tree | 58610e2c924b65c385929b6176dee2025ec2e334 | |
parent | 4a6d00a43ef7c1d1449f2601f7195e4e5d40d432 (diff) | |
download | linux-5b8d9ee0034576062460255d8bab3b3e61a2a25f.tar.xz |
docs: UML: fix typo
Replace 'absense' with 'absence'.
Signed-off-by: Steven Lung <1030steven@gmail.com>
Link: https://lore.kernel.org/r/20220621072910.4704-1-1030steven@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/virt/uml/user_mode_linux_howto_v2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/uml/user_mode_linux_howto_v2.rst b/Documentation/virt/uml/user_mode_linux_howto_v2.rst index 863f67b72c05..af2a97429692 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. |