]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_security.c
test/threads: add unit test
[dpdk.git] / app / test / test_security.c
index 060cf1ffa8e3045a7ae1588c39fd280a659952c6..059731b65dc9e3df5213015ab457ec79e12e445d 100644 (file)
  * increases .called counter. Function returns value stored in .ret field
  * of the structure.
  * In case of some parameters in some functions the expected value is unknown
- * and cannot be detrmined prior to call. Such parameters are stored
+ * and cannot be determined prior to call. Such parameters are stored
  * in structure and can be compared or analyzed later in test case code.
  *
  * Below structures and functions follow the rules just described.