[PATCH] poll_funcs: Fix a comment typo
Volker Lendecke
Volker.Lendecke at SerNet.DE
Sun May 4 10:45:17 MDT 2014
Hi!
Review & push would be appreciated.
Thanks,
Volker
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From 35c455bade5d54694e7493f24e46445be480aaa1 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Sun, 4 May 2014 18:44:33 +0200
Subject: [PATCH] poll_funcs: Fix a comment typo
Signed-off-by: Volker Lendecke <vl at samba.org>
---
source3/lib/poll_funcs/poll_funcs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source3/lib/poll_funcs/poll_funcs.h b/source3/lib/poll_funcs/poll_funcs.h
index b23e7d9..6072eb5 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;
--
1.7.9.5
More information about the samba-technical
mailing list