ipc: end multiprocess thread during cleanup
[dpdk.git] / lib / acl / acl_bld.c
index da10864..7ea30f4 100644 (file)
@@ -885,7 +885,7 @@ acl_gen_range_trie(struct acl_build_context *context,
                return root;
        }
 
-       /* gather information about divirgent paths */
+       /* gather information about divergent paths */
        lo_00 = 0;
        hi_ff = UINT8_MAX;
        for (k = n - 1; k >= 0; k--) {
@@ -1494,7 +1494,7 @@ acl_set_data_indexes(struct rte_acl_ctx *ctx)
 /*
  * Internal routine, performs 'build' phase of trie generation:
  * - setups build context.
- * - analizes given set of rules.
+ * - analyzes given set of rules.
  * - builds internal tree(s).
  */
 static int