]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Jul 2023 20:55:42 +0000 (05:55 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Jul 2023 20:55:42 +0000 (05:55 +0900)
src/test/test-process-util.c

index 1aba4d7ae3fd8a3d71083f349ac5d3c6a81f5a3e..e3c0aa80ae3ab6be5ec880c18004afd7efed983a 100644 (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");