]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: fix typo in user_mode_linux_howto_v2.rst
authorSakurai Shun <ssh1326@icloud.com>
Sun, 17 May 2026 02:24:44 +0000 (11:24 +0900)
committerJonathan Corbet <corbet@lwn.net>
Mon, 25 May 2026 20:22:46 +0000 (14:22 -0600)
Replace "privilges" with "privileges"

Signed-off-by: Sakurai Shun <ssh1326@icloud.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260517022456.5895-1-ssh1326@icloud.com>

Documentation/virt/uml/user_mode_linux_howto_v2.rst

index c37e8e594d12239f5a2d3dbfba02789e3d9beb4c..9224bea5ee9f92a162bcd87b1648ad5a92b82b93 100644 (file)
@@ -234,7 +234,7 @@ an ioctl to setup the tun interface and/or use raw sockets where needed.
 This can be achieved by granting the user a particular capability instead
 of running UML as root.  In case of vector transport, a user can add the
 capability ``CAP_NET_ADMIN`` or ``CAP_NET_RAW`` to the uml binary.
-Thenceforth, UML can be run with normal user privilges, along with
+Thenceforth, UML can be run with normal user privileges, along with
 full networking.
 
 For example::