summaryrefslogtreecommitdiffstats
path: root/source3/lib/poll_funcs
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-05-04 18:44:33 +0200
committerDavid Disseldorp <ddiss@samba.org>2014-05-04 22:19:53 +0200
commit2995b934409700061a729f5d50dca18f19260d37 (patch)
tree5921679d2a55c658fd4191a15c8047fc9741d8cc /source3/lib/poll_funcs
parentd7c22d56d3f8be9b8293dd481fb450e3cf2343d3 (diff)
downloadsamba-2995b934409700061a729f5d50dca18f19260d37.tar.gz
samba-2995b934409700061a729f5d50dca18f19260d37.tar.xz
samba-2995b934409700061a729f5d50dca18f19260d37.zip
poll_funcs: Fix a comment typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Sun May 4 22:19:53 CEST 2014 on sn-devel-104
Diffstat (limited to 'source3/lib/poll_funcs')
-rw-r--r--source3/lib/poll_funcs/poll_funcs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/poll_funcs/poll_funcs.h b/source3/lib/poll_funcs/poll_funcs.h
index b23e7d9b5d..6072eb5b03 100644
--- a/source3/lib/poll_funcs/poll_funcs.h
+++ b/source3/lib/poll_funcs/poll_funcs.h
@@ -122,7 +122,7 @@ struct poll_funcs {
void (*timeout_free)(struct poll_timeout *t);
/**
- * @brief private data for use by the implmentation
+ * @brief private data for use by the implementation
*/
void *private_data;