diff mbox series

Change pidns to pid namespace

Message ID 20250516164902.91085-1-rodgepritesh@gmail.com
State New
Headers show
Series Change pidns to pid namespace | expand

Commit Message

rodgepritesh@gmail.com May 16, 2025, 4:49 p.m. UTC
From: Pritesh Rodge <rodgepritesh@gmail.com>

Changed a comment in memfd_test.c , Unabbreviated pidns to pid namespace
for better understanding .

Signed-off-by: Pritesh Rodge <rodgepritesh@gmail.com>
---
 tools/testing/selftests/memfd/memfd_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tools/testing/selftests/memfd/memfd_test.c b/tools/testing/selftests/memfd/memfd_test.c
index 5b993924cc3f..4e4c46246a4e 100644
--- a/tools/testing/selftests/memfd/memfd_test.c
+++ b/tools/testing/selftests/memfd/memfd_test.c
@@ -1359,7 +1359,7 @@  static int sysctl_nested_child(void *arg)
 
 	printf("%s nested sysctl 0\n", memfd_str);
 	sysctl_assert_write("0");
-	/* A further nested pidns works the same. */
+	/* A further nested pid-namespace works the same. */
 	pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL);
 	join_thread(pid);