Skip to content

Commit

Permalink
Fix typo in documentation (iovisor#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy authored and 4ast committed Nov 5, 2016
1 parent aa6c916 commit a11611c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Maps are BPF data stores, and are the basis for higher level object types includ

Syntax: ```BPF_TABLE(_table_type, _key_type, _leaf_type, _name, _max_entries)```

Creates a map named ```_name```. Most of the time this well be used via higher-level macros, like BPF_HASH, BPF_HIST, etc.
Creates a map named ```_name```. Most of the time this will be used via higher-level macros, like BPF_HASH, BPF_HIST, etc.

Methods (covered later): map.lookup(), map.lookup_or_init(), map.delete(), map.update(), map.increment().

Expand Down

0 comments on commit a11611c

Please sign in to comment.