We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b03cd commit 905a56dCopy full SHA for 905a56d
src/test/test-process-util.c
@@ -314,7 +314,7 @@ TEST(get_process_cmdline_harder) {
314
return;
315
}
316
317
- /* 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
318
* the cmdline. */
319
if (setrlimit(RLIMIT_STACK, &RLIMIT_MAKE_CONST(RLIM_INFINITY)) < 0)
320
log_warning("Testing without RLIMIT_STACK=infinity");
0 commit comments