From 9dbdaa42f9e12489099bb3d87719f3c48407e4dd Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 27 Jan 2020 00:05:14 +0000 Subject: correct spelling mistake (#75) --- libinotifytools/src/redblack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.1