X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Futils_fbhash.c;h=38b713e7f0d7a8536fb76101bd16bcea5a42bce1;hb=cc7ac931beb379f43fa08a145140a37dd8c1b449;hp=97f21a1f78317ebc4cc5d8ccce7f61dcd322b0ae;hpb=dff1246579ac6bea70331e560d2e1da0c7429b11;p=collectd.git diff --git a/src/utils_fbhash.c b/src/utils_fbhash.c index 97f21a1f..38b713e7 100644 --- a/src/utils_fbhash.c +++ b/src/utils_fbhash.c @@ -253,7 +253,7 @@ char *fbh_get (fbhash_t *h, const char *key) /* {{{ */ pthread_mutex_lock (&h->lock); - /* TODO: Checking this everytime may be a bit much..? */ + /* TODO: Checking this every time may be a bit much..? */ fbh_check_file (h); status = c_avl_get (h->tree, key, (void *) &value);