]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_utils.h
net/mlx5: add C++ include guard to public header
[dpdk.git] / drivers / net / mlx5 / mlx5_utils.h
index cf3db894032fa33d33170effc1983ec20a494504..e2dcbafc0a8bfb5379c791f85f765ca77419fb4c 100644 (file)
@@ -55,7 +55,7 @@ extern int mlx5_logtype;
 
 /*
  * For the case which data is linked with sequence increased index, the
- * array table will be more efficiect than hash table once need to serarch
+ * array table will be more efficient than hash table once need to search
  * one data entry in large numbers of entries. Since the traditional hash
  * tables has fixed table size, when huge numbers of data saved to the hash
  * table, it also comes lots of hash conflict.