summaryrefslogtreecommitdiff
path: root/interface/sniffer
diff options
context:
space:
mode:
authorlaranjeiro2008-02-28 12:40:15 +0000
committerlaranjeiro2008-02-28 12:40:15 +0000
commit095c67ef996ba2c480f61b5aa05c909e5c0ae600 (patch)
treec076aaaa5dc29bde528d8cf95e4c5c747b82f32b /interface/sniffer
parent9c3e56d4cf23f092b3a26942e5b16a373cbe8ff3 (diff)
update the comment to remove some specical characters.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1489 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'interface/sniffer')
-rw-r--r--interface/sniffer/sniffer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/interface/sniffer/sniffer.h b/interface/sniffer/sniffer.h
index 3d957f2df7..568f7b505f 100644
--- a/interface/sniffer/sniffer.h
+++ b/interface/sniffer/sniffer.h
@@ -24,10 +24,10 @@
#include "mac/common/pb.h"
-/** Send a message to the interface. This message shall be send to the linux driver.
- * \param user_data  the data provided in the function registration
- * \param message  the message to send.
- * \param length  the message length
+/** Send a message to the interface. This message shall be send to the linux driver.
+ * \param user_data the data provided in the function registration
+ * \param message the message to send.
+ * \param length the message length
*/
typedef void (*interface_sniffer_send_message_cb_t) (void *user_data,
uint *message, uint length);