Skip to content

Commit 905a56d

Browse files
committed
test: fix typo
1 parent e1b03cd commit 905a56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/test-process-util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ TEST(get_process_cmdline_harder) {
314314
return;
315315
}
316316

317-
/* Set RLIMIT_STACK to infinity to test we don't try to allocate unncessarily large values to read
317+
/* Set RLIMIT_STACK to infinity to test we don't try to allocate unnecessarily large values to read
318318
* the cmdline. */
319319
if (setrlimit(RLIMIT_STACK, &RLIMIT_MAKE_CONST(RLIM_INFINITY)) < 0)
320320
log_warning("Testing without RLIMIT_STACK=infinity");

0 commit comments

Comments
 (0)