From: Jan Synacek Date: Tue, 26 Sep 2017 11:50:31 +0000 (+0200) Subject: test-cpu-set-util.c: fix typo in comment (#6916) X-Git-Tag: v235~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efd08022314d03086b2a62a383a3a48de5db21db;p=thirdparty%2Fsystemd.git test-cpu-set-util.c: fix typo in comment (#6916) --- diff --git a/src/test/test-cpu-set-util.c b/src/test/test-cpu-set-util.c index 8818d1ffb7d..e510633584d 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);