docs: fix bihash doc bugs
Change hash -> hash_table in the pro forma main_t structure. Remove trailing whitespace. Type: docs Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: I10c310dded14d52ad09df7ca3a76e60f15266b6b
This commit is contained in:
@ -123,9 +123,9 @@ Add an instance of the selected bihash data structure to e.g. a
|
||||
typedef struct
|
||||
{
|
||||
...
|
||||
BVT (clib_bihash) hash;
|
||||
BVT (clib_bihash) hash_table;
|
||||
or
|
||||
clib_bihash_8_8_t hash;
|
||||
clib_bihash_8_8_t hash_table;
|
||||
...
|
||||
} my_main_t;
|
||||
```
|
||||
|
Reference in New Issue
Block a user