From fb3af511f553ea7ee67344707ed5b1da9eaca3c2 Mon Sep 17 00:00:00 2001
From: Tamir Duberstein <tamird@gmail.com>
Date: Sat, 15 Mar 2025 18:42:27 -0400
Subject: [PATCH] integration-test: fix typo

---
 test/integration-test/src/tests/info.rs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/integration-test/src/tests/info.rs b/test/integration-test/src/tests/info.rs
index 05b7a849..952db96a 100644
--- a/test/integration-test/src/tests/info.rs
+++ b/test/integration-test/src/tests/info.rs
@@ -1,5 +1,6 @@
 //! Tests the Info API.
-// TODO: Figure out a way to assert that field is truely not present.
+
+// TODO: Figure out a way to assert that field is truly not present.
 //       We can call `bpf_obj_get_info_by_fd()` and fill our target field with arbitrary data.
 //       `E2BIG` error from `bpf_check_uarg_tail_zero()` will detect if we're accessing fields that
 //       isn't supported on the kernel.