Skip to content

Commit a94339c

Browse files
authored
Merge pull request #33 from yuzibo/test
Fix spell error
2 parents ae6f3eb + 0521f3a commit a94339c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/Documentation/bpf/ebpf_maps_types.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Creating and interacting with maps are described in another document
99
here: :doc:`ebpf_maps`.
1010

1111
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
1313
"names" are needed when creating the map. Example of ``bpf_map_type``,
1414
but remember to `lookup latest`_ available maps in the source code.
1515

@@ -38,7 +38,7 @@ Implementation details
3838
======================
3939

4040
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
4242
implemented by the kernel.
4343

4444
On the kernel side, implementing a map type requires defining some

0 commit comments

Comments
 (0)