1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00

datastructures-2: typo fix

This commit is contained in:
Piyush Pangtey 2021-05-24 16:25:37 +05:30
parent 3d572f39f7
commit e55da0f570
No known key found for this signature in database
GPG Key ID: A07E5963A038B4AF

View File

@ -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`;