[PATCH] kselftest/landlock : fixed typo errors

From: hariconscious
Date: Fri Aug 15 2025 - 12:52:26 EST


From: HariKrishna <hariconscious@xxxxxxxxx>

fixed typo errors

Signed-off-by: HariKrishna <hariconscious@xxxxxxxxx>
---
tools/testing/selftests/landlock/net_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/landlock/net_test.c b/tools/testing/selftests/landlock/net_test.c
index 2a45208551e6..2dc0eca25ed3 100644
--- a/tools/testing/selftests/landlock/net_test.c
+++ b/tools/testing/selftests/landlock/net_test.c
@@ -1587,7 +1587,7 @@ TEST_F(ipv4_tcp, port_endianness)
&bind_connect_host_endian_p1, 0));
enforce_ruleset(_metadata, ruleset_fd);

- /* No restriction for big endinan CPU. */
+ /* No restriction for big endian CPU. */
test_bind_and_connect(_metadata, &self->srv0, false, little_endian);

/* No restriction for any CPU. */
--
2.43.0