File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Creating and interacting with maps are described in another document
9
9
here: :doc: `ebpf_maps `.
10
10
11
11
The different types of maps available, are defined by ``enum
12
- bpf_map_type `` in include/uapi/linux/bpf.h. These type definition
12
+ bpf_map_type `` in include/uapi/linux/bpf.h. These type definitions
13
13
"names" are needed when creating the map. Example of ``bpf_map_type ``,
14
14
but remember to `lookup latest `_ available maps in the source code.
15
15
@@ -38,7 +38,7 @@ Implementation details
38
38
======================
39
39
40
40
In-order to understand and follow the descriptions of the different
41
- map types, in is useful for the reader to understand how a map type is
41
+ map types, it is useful for the reader to understand how a map type is
42
42
implemented by the kernel.
43
43
44
44
On the kernel side, implementing a map type requires defining some
You can’t perform that action at this time.
0 commit comments