1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-29 06:50:16 +03:00

test: fix typo

This commit is contained in:
Yu Watanabe 2023-07-28 05:55:42 +09:00
parent e1b03cda02
commit 905a56d5c4

View File

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