summaryrefslogtreecommitdiff
path: root/src/test/test-process-util.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-07 12:08:22 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-07 12:08:22 +0200
commitcd990847b9b7dc083443aa5f181e0a27ccde432e (patch)
treeae26fa7c558e8079e531f8c3d965bc35fae5a637 /src/test/test-process-util.c
parent8ab0f03266a2217d45bff90e6104164ca51cf1ed (diff)
downloadsystemd-cd990847b9b7dc083443aa5f181e0a27ccde432e.tar.gz
tree-wide: more repeated words
Diffstat (limited to 'src/test/test-process-util.c')
-rw-r--r--src/test/test-process-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test-process-util.c b/src/test/test-process-util.c
index d78e0544a7..b00dd4a980 100644
--- a/src/test/test-process-util.c
+++ b/src/test/test-process-util.c
@@ -636,7 +636,7 @@ static void test_setpriority_closest(void) {
q = getpriority(PRIO_PROCESS, 0);
assert_se(errno == 0 && p == q);
- /* It should also be possible to to set the nice level to one higher */
+ /* It should also be possible to set the nice level to one higher */
if (p < PRIO_MAX-1) {
assert_se(setpriority_closest(++p) > 0);
@@ -645,7 +645,7 @@ static void test_setpriority_closest(void) {
assert_se(errno == 0 && p == q);
}
- /* It should also be possible to to set the nice level to two higher */
+ /* It should also be possible to set the nice level to two higher */
if (p < PRIO_MAX-1) {
assert_se(setpriority_closest(++p) > 0);