Skip to content

Commit 84a1ff9

Browse files
yuwatakeszybz
authored andcommitted
tree-wide: fix typo
1 parent ac56446 commit 84a1ff9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Features:
297297
initrd had set.
298298

299299
* sd-event: add native support for P_ALL waitid() watching, then move PID 1 to
300-
it fo reaping assigned but unknown children. This needs to some special care
300+
it for reaping assigned but unknown children. This needs to some special care
301301
to operate somewhat sensibly in light of priorities: P_ALL will return
302302
arbitrary processes, regardless of the priority we want to watch them with,
303303
hence on each event loop iteration check all processes which we shall watch

man/homectl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
<varlistentry>
516516
<term><option>--tasks-max=</option><replaceable>TASKS</replaceable></term>
517517

518-
<listitem><para>Takes a non-zero unsigned integer as argument. Configures the maximum numer of tasks
518+
<listitem><para>Takes a non-zero unsigned integer as argument. Configures the maximum number of tasks
519519
(i.e. threads, where each process is at least one thread) the user may have at any given time. This
520520
limit applies to all tasks forked off the user's sessions, even if they change user identity via
521521
<citerefentry project='man-pages'><refentrytitle>su</refentrytitle><manvolnum>1</manvolnum></citerefentry>

test/units/testsuite-36.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ else
221221
pid1StartUnitWithStrace $testUnit
222222
systemctlCheckNUMAProperties $testUnit "default" "0"
223223
pid1StopUnit $testUnit
224-
# Maks must be ignored
224+
# Mask must be ignored
225225
grep "set_mempolicy(MPOL_DEFAULT, NULL" $straceLog
226226

227227
echo "Unit file NUMAPolicy support - Bind policy w/o mask"
@@ -276,7 +276,7 @@ else
276276
pid1StartUnitWithStrace $testUnit
277277
systemctlCheckNUMAProperties $testUnit "local" "0"
278278
pid1StopUnit $testUnit
279-
# Maks must be ignored
279+
# Mask must be ignored
280280
grep -E "set_mempolicy\((MPOL_LOCAL|0x4 [^,]*), NULL" $straceLog
281281

282282
echo "Unit file CPUAffinity=NUMA support"

0 commit comments

Comments
 (0)