[PATCH 11/16] shared/helpers.h: fix a typo in a comment
Abdur Rehman
arehmanq199 at gmail.com
Sun Jan 1 14:46:41 UTC 2017
Signed-off-by: Abdur Rehman <arehmanq199 at gmail.com>
---
shared/helpers.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shared/helpers.h b/shared/helpers.h
index ac9ea8b..46f745d 100644
--- a/shared/helpers.h
+++ b/shared/helpers.h
@@ -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:
--
1.9.1
More information about the wayland-devel
mailing list