diff options
author | Edward Betts <edward@4angle.com> | 2020-01-27 00:05:14 +0000 |
---|---|---|
committer | Eric Curtin <ericcurtin17@gmail.com> | 2020-01-27 00:05:14 +0000 |
commit | 9dbdaa42f9e12489099bb3d87719f3c48407e4dd (patch) | |
tree | 8e7f201a5843e47aa30e0257d080e43b0298cbc5 | |
parent | 754b4c776a67e3e876ae9fe024b2b70a99dd7ace (diff) | |
download | inotify-tools-9dbdaa42f9e12489099bb3d87719f3c48407e4dd.zip inotify-tools-9dbdaa42f9e12489099bb3d87719f3c48407e4dd.tar.gz inotify-tools-9dbdaa42f9e12489099bb3d87719f3c48407e4dd.tar.bz2 |
correct spelling mistake (#75)
-rw-r--r-- | libinotifytools/src/redblack.c | 2 |
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 */ |