diff options
author | Jan Synacek <jan.synacek@gmail.com> | 2017-09-26 13:50:31 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-09-26 13:50:31 +0200 |
commit | efd08022314d03086b2a62a383a3a48de5db21db (patch) | |
tree | 72b9542aba616bc2e7f555fbfa8abf0d19f5c6b5 /src | |
parent | journal-verfiy: add a couple of missing le64toh() calls (#6888) (diff) | |
download | systemd-efd08022314d03086b2a62a383a3a48de5db21db.tar.xz systemd-efd08022314d03086b2a62a383a3a48de5db21db.zip |
test-cpu-set-util.c: fix typo in comment (#6916)
Diffstat (limited to 'src')
-rw-r--r-- | src/test/test-cpu-set-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-cpu-set-util.c b/src/test/test-cpu-set-util.c index 8818d1ffb7..e510633584 100644 --- a/src/test/test-cpu-set-util.c +++ b/src/test/test-cpu-set-util.c @@ -130,7 +130,7 @@ static void test_parse_cpu_set(void) { assert_se(ncpus == 0); /* empty string returns 0 */ assert_se(!c); - /* Runnaway quoted string */ + /* Runaway quoted string */ ncpus = parse_cpu_set_and_warn("0 1 2 3 \"4 5 6 7 ", &c, NULL, "fake", 1, "CPUAffinity"); assert_se(ncpus < 0); assert_se(!c); |