aboutsummaryrefslogtreecommitdiff
path: root/libinotifytools/src/redblack.c
diff options
context:
space:
mode:
Diffstat (limited to 'libinotifytools/src/redblack.c')
-rw-r--r--libinotifytools/src/redblack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libinotifytools/src/redblack.c b/libinotifytools/src/redblack.c
index 4658f54..9e9a153 100644
--- a/libinotifytools/src/redblack.c
+++ b/libinotifytools/src/redblack.c
@@ -361,7 +361,7 @@ RB_ENTRY(_traverse)(int insert, const RB_ENTRY(data_t) *key, struct RB_ENTRY(tre
x=z;
/* While we are not at the top and our parent node is red
- ** N.B. Since the root node is garanteed black, then we
+ ** N.B. Since the root node is guaranteed black, then we
** are also going to stop if we are the child of the root
*/