Преглед на файлове

integration-test: fix typo

Tamir Duberstein преди 2 седмици
родител
ревизия
1320aa1a28
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      test/integration-test/src/tests/info.rs

+ 2 - 1
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.