test-cpu-set-util.c: fix typo in comment (#6916)

This commit is contained in:
Jan Synacek 2017-09-26 13:50:31 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent f39c13e093
commit efd0802231

View file

@ -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);