From 0521f3a1cb3dd5d1f523df8a0fe4f1fae12cc6ca Mon Sep 17 00:00:00 2001 From: Bo YU Date: Sat, 23 Feb 2019 22:17:40 +0800 Subject: [PATCH] Fix spell error "in is" should be "it is"? "definition" should be "definitions"? Signed-off-by: Bo YU --- kernel/Documentation/bpf/ebpf_maps_types.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/Documentation/bpf/ebpf_maps_types.rst b/kernel/Documentation/bpf/ebpf_maps_types.rst index fde7274..2f64601 100644 --- a/kernel/Documentation/bpf/ebpf_maps_types.rst +++ b/kernel/Documentation/bpf/ebpf_maps_types.rst @@ -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. @@ -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