From: Yu Watanabe Date: Thu, 27 Jul 2023 20:55:42 +0000 (+0900) Subject: test: fix typo X-Git-Tag: v254~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=905a56d5c48236f70afa82ecc661bcecd089aeb0;p=thirdparty%2Fsystemd.git test: fix typo --- diff --git a/src/test/test-process-util.c b/src/test/test-process-util.c index 1aba4d7ae3f..e3c0aa80ae3 100644 --- a/src/test/test-process-util.c +++ b/src/test/test-process-util.c @@ -314,7 +314,7 @@ TEST(get_process_cmdline_harder) { return; } - /* Set RLIMIT_STACK to infinity to test we don't try to allocate unncessarily large values to read + /* Set RLIMIT_STACK to infinity to test we don't try to allocate unnecessarily large values to read * the cmdline. */ if (setrlimit(RLIMIT_STACK, &RLIMIT_MAKE_CONST(RLIM_INFINITY)) < 0) log_warning("Testing without RLIMIT_STACK=infinity");