]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/hash_lib.rst
doc: fix spellings
[dpdk.git] / doc / guides / prog_guide / hash_lib.rst
index 466c4828582db7a58e13b2dec6bb533cff68b19f..8f2cdbf73191269f69c158d26e1b94493cdc0422 100644 (file)
@@ -128,7 +128,7 @@ is carried out. If there is no match there either, key is considered not to be i
 
 Example of addition:
 
-Like lookup, the primary and secondary buckets are indentified. If there is an empty slot in
+Like lookup, the primary and secondary buckets are identified. If there is an empty slot in
 the primary bucket, primary and secondary signatures are stored in that slot, key and data (if any) are added to
 the second table and an index to the position in the second table is stored in the slot of the first table.
 If there is no space in the primary bucket, one of the entries on that bucket is pushed to its alternative location,