summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-01-20 15:32:16 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-01-20 15:32:16 +0900
commitd09df6b94e0c4924ea7064c79ab0441f5aff469b (patch)
tree5c79a78b875e19a80bdf7f48585defb717e69c3e /TODO
parenta98d69f0af505b4ccdd219f5d73dc72e9c063cc4 (diff)
downloadsystemd-d09df6b94e0c4924ea7064c79ab0441f5aff469b.tar.gz
tree-wide: fix typo
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index e78cfa1596..8de5790422 100644
--- a/TODO
+++ b/TODO
@@ -131,7 +131,7 @@ Features:
the executor then gets replaced by the real binary sooner or later. Reason:
currently the intermediary "stub" process is a CoW trap that doubles memory
usage of PID 1 on each service start. Also, strictly speaking we are not
- allowd to do NSS from the stub process yet we do anyway. Next steps would
+ allowed to do NSS from the stub process yet we do anyway. Next steps would
then be maybe use CLONE_INTO_CGROUP for the executor, given that we don't
need glibc anymore in the stub process then. Then, switch nspawn to just be a
frontend for this too, so that we have to ways into the executor: via unit