]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
P2P: Fix a typo in a function documentation
authorJouni Malinen <j@w1.fi>
Thu, 22 Dec 2011 18:55:51 +0000 (20:55 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 22 Dec 2011 18:55:51 +0000 (20:55 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

src/p2p/p2p.h

index 6a640ab70a842f68f6b805f70356a9bcb5e97bb8..3db0ac581486398d2b90e00fdb586a6f3c8f634c 100644 (file)
@@ -1439,7 +1439,7 @@ int p2p_get_peer_info(struct p2p_data *p2p, const u8 *addr, int next,
 void p2p_set_client_discoverability(struct p2p_data *p2p, int enabled);
 
 /**
- * p2p_set_manageD_oper - Set managed P2P Device operations capability
+ * p2p_set_managed_oper - Set managed P2P Device operations capability
  * @p2p: P2P module context from p2p_init()
  * @enabled: Whether managed P2P Device operations will be enabled
  */