Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e589740 authored by Nikanth Karthikesan's avatar Nikanth Karthikesan Committed by Jiri Kosina
Browse files

doc: fix typo in comment explaining rb_tree usage



Fix typo in comment explaining rb_tree usage.
s/int/in

Signed-off-by: default avatarNikanth Karthikesan <knikanth@suse.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 7c821a17
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -25,10 +25,10 @@


  Some example of insert and search follows here. The search is a plain
  Some example of insert and search follows here. The search is a plain
  normal search over an ordered tree. The insert instead must be implemented
  normal search over an ordered tree. The insert instead must be implemented
  int two steps: as first thing the code must insert the element in
  in two steps: First, the code must insert the element in order as a red leaf
  order as a red leaf in the tree, then the support library function
  in the tree, and then the support library function rb_insert_color() must
  rb_insert_color() must be called. Such function will do the
  be called. Such function will do the not trivial work to rebalance the
  not trivial work to rebalance the rbtree if necessary.
  rbtree, if necessary.


-----------------------------------------------------------------------
-----------------------------------------------------------------------
static inline struct page * rb_search_page_cache(struct inode * inode,
static inline struct page * rb_search_page_cache(struct inode * inode,