summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-12-17 02:16:16 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-12-16 18:30:15 +0100
commit84a1ff9457ae085ce620e3873c2295bc09b18e5d (patch)
treeab15df9561290655d794570b711ee823b5fb70ec
parentac5644635dba54ce5eb0ff394fc0bc772a984849 (diff)
downloadsystemd-84a1ff9457ae085ce620e3873c2295bc09b18e5d.tar.gz
tree-wide: fix typo
-rw-r--r--TODO2
-rw-r--r--man/homectl.xml2
-rwxr-xr-xtest/units/testsuite-36.sh4
3 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index e0d620595f..a666303571 100644
--- a/TODO
+++ b/TODO
@@ -297,7 +297,7 @@ Features:
initrd had set.
* sd-event: add native support for P_ALL waitid() watching, then move PID 1 to
- it fo reaping assigned but unknown children. This needs to some special care
+ it for reaping assigned but unknown children. This needs to some special care
to operate somewhat sensibly in light of priorities: P_ALL will return
arbitrary processes, regardless of the priority we want to watch them with,
hence on each event loop iteration check all processes which we shall watch
diff --git a/man/homectl.xml b/man/homectl.xml
index a9cf2f8550..5e8866771e 100644
--- a/man/homectl.xml
+++ b/man/homectl.xml
@@ -515,7 +515,7 @@
<varlistentry>
<term><option>--tasks-max=</option><replaceable>TASKS</replaceable></term>
- <listitem><para>Takes a non-zero unsigned integer as argument. Configures the maximum numer of tasks
+ <listitem><para>Takes a non-zero unsigned integer as argument. Configures the maximum number of tasks
(i.e. threads, where each process is at least one thread) the user may have at any given time. This
limit applies to all tasks forked off the user's sessions, even if they change user identity via
<citerefentry project='man-pages'><refentrytitle>su</refentrytitle><manvolnum>1</manvolnum></citerefentry>
diff --git a/test/units/testsuite-36.sh b/test/units/testsuite-36.sh
index aed938437b..f5579ce825 100755
--- a/test/units/testsuite-36.sh
+++ b/test/units/testsuite-36.sh
@@ -221,7 +221,7 @@ else
pid1StartUnitWithStrace $testUnit
systemctlCheckNUMAProperties $testUnit "default" "0"
pid1StopUnit $testUnit
- # Maks must be ignored
+ # Mask must be ignored
grep "set_mempolicy(MPOL_DEFAULT, NULL" $straceLog
echo "Unit file NUMAPolicy support - Bind policy w/o mask"
@@ -276,7 +276,7 @@ else
pid1StartUnitWithStrace $testUnit
systemctlCheckNUMAProperties $testUnit "local" "0"
pid1StopUnit $testUnit
- # Maks must be ignored
+ # Mask must be ignored
grep -E "set_mempolicy\((MPOL_LOCAL|0x4 [^,]*), NULL" $straceLog
echo "Unit file CPUAffinity=NUMA support"