diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-10-27 17:28:10 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-10-28 13:51:13 +0000 |
commit | 7fa3dd2881be537ec6144850064ad1419dc12f3e (patch) | |
tree | 7fa013d6e23f16f73b0ca97628c1374a009b49bd /docs/gettingstarted/developers/bihash.md | |
parent | 3b5e222f8a4d0ccd4ec4eace2551491f13de85d9 (diff) |
docs: cleanup typos on readthrough
Type: style
Change-Id: I3b15035ea6c13cd1ca3cdc9dfa9b10a6e1be9880
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'docs/gettingstarted/developers/bihash.md')
-rw-r--r-- | docs/gettingstarted/developers/bihash.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gettingstarted/developers/bihash.md b/docs/gettingstarted/developers/bihash.md index a0d652f4f6c..bc4dc1b1b34 100644 --- a/docs/gettingstarted/developers/bihash.md +++ b/docs/gettingstarted/developers/bihash.md @@ -74,7 +74,7 @@ search across 2**log2_size backing pages on a per-bucket basis. To maintain *space* efficiency, we should configure the bucket array so that backing pages are effectively utilized. Lookup performance -tends to change *very litte* if the bucket array is too small or too +tends to change *very little* if the bucket array is too small or too large. Bihash depends on selecting an effective hash function. If one were to |