From e55da0f5700ea494a0cd56ba98c3d4b7aafc6e49 Mon Sep 17 00:00:00 2001 From: Piyush Pangtey Date: Mon, 24 May 2021 16:25:37 +0530 Subject: [PATCH] datastructures-2: typo fix --- DataStructures/linux-datastructures-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataStructures/linux-datastructures-2.md b/DataStructures/linux-datastructures-2.md index fd218f8..1d7cf3d 100644 --- a/DataStructures/linux-datastructures-2.md +++ b/DataStructures/linux-datastructures-2.md @@ -159,7 +159,7 @@ The first `radix_tree_insert` function takes three parameters: The `radix_tree_delete` function takes the same set of parameters as the `radix_tree_insert`, but without data. -The search in a radix tree implemented in two ways: +Searching through a radix tree is implemented in three ways: * `radix_tree_lookup`; * `radix_tree_gang_lookup`;