shared/helpers.h: fix a typo in a comment

Signed-off-by: Abdur Rehman <arehmanq199@gmail.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
This commit is contained in:
Abdur Rehman
2017-01-01 19:46:41 +05:00
committed by Daniel Stone
parent eedf49f594
commit 5735eedb43
+1 -1
View File
@@ -64,7 +64,7 @@ extern "C" {
#endif
/**
* Returns a pointer the the containing struct of a given member item.
* Returns a pointer to the containing struct of a given member item.
*
* To demonstrate, the following example retrieves a pointer to
* `example_container` given only its `destroy_listener` member: