]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 16 Dec 2020 17:16:16 +0000 (02:16 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 16 Dec 2020 17:30:15 +0000 (18:30 +0100)
TODO
man/homectl.xml
test/units/testsuite-36.sh

diff --git a/TODO b/TODO
index e0d620595ff4afaa25fea93d404b97ea4483c650..a666303571d23cdc14ef95b5736b0f26e06571b1 100644 (file)
--- 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
index a9cf2f8550ec8cb6079006aa1472842f420f4865..5e8866771e1fe991f1c40516427cb2b8e4943faf 100644 (file)
       <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>
index aed938437be2356240a1f50b435898b6e18e2cb4..f5579ce8255ff21997db22f3df9cc5cf23cf6f73 100755 (executable)
@@ -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"