From 334e84fac370075d5b8874a9e6ecdb3017d6dd38 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sun, 14 Jul 2019 13:01:43 +0000 Subject: [PATCH] Fix: Corrected comment --- include/igloo/objecthandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/igloo/objecthandler.h b/include/igloo/objecthandler.h index 7dc2340..f541c42 100644 --- a/include/igloo/objecthandler.h +++ b/include/igloo/objecthandler.h @@ -44,7 +44,7 @@ typedef struct { /* Whether the this backend is thread safe. */ int is_thread_safe; - /* Perform the actual test on the object. */ + /* Perform the actual handling of the object. */ igloo_filter_result_t (*handle)(igloo_INTERFACE_BASIC_ARGS, igloo_ro_t object); /* Flush all data left in the handler.