Skip to content

Commit

Permalink
Merge pull request #33 from yuzibo/test
Browse files Browse the repository at this point in the history
Fix spell error
  • Loading branch information
netoptimizer authored Feb 23, 2019
2 parents ae6f3eb + 0521f3a commit a94339c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/Documentation/bpf/ebpf_maps_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Creating and interacting with maps are described in another document
here: :doc:`ebpf_maps`.

The different types of maps available, are defined by ``enum
bpf_map_type`` in include/uapi/linux/bpf.h. These type definition
bpf_map_type`` in include/uapi/linux/bpf.h. These type definitions
"names" are needed when creating the map. Example of ``bpf_map_type``,
but remember to `lookup latest`_ available maps in the source code.

Expand Down Expand Up @@ -38,7 +38,7 @@ Implementation details
======================

In-order to understand and follow the descriptions of the different
map types, in is useful for the reader to understand how a map type is
map types, it is useful for the reader to understand how a map type is
implemented by the kernel.

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

0 comments on commit a94339c

Please sign in to comment.