diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-12-16 11:47:55 +0000 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2021-02-12 21:26:20 +0100 |
commit | 3a5f4154741f9e0a6fad06020d07533b76e0057e (patch) | |
tree | bb3dacb979bdc8f27725b5aea142ed8e76dc6408 /arch/um | |
parent | 1fcf9da389018d0d81509ec6419a3fff14f3ebfd (diff) |
um: fix spelling mistake in Kconfig "privleges" -> "privileges"
There is a spelling mistake in the Kconfig help text. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/drivers/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/Kconfig b/arch/um/drivers/Kconfig index 2e7b8e0e7194..58e3ffc17b7d 100644 --- a/arch/um/drivers/Kconfig +++ b/arch/um/drivers/Kconfig @@ -323,7 +323,7 @@ config UML_NET_SLIRP frames. In general, slirp allows the UML the same IP connectivity to the outside world that the host user is permitted, and unlike other transports, SLiRP works without the need of root level - privleges, setuid binaries, or SLIP devices on the host. This + privileges, setuid binaries, or SLIP devices on the host. This also means not every type of connection is possible, but most situations can be accommodated with carefully crafted slirp commands that can be passed along as part of the network device's |