From 095c67ef996ba2c480f61b5aa05c909e5c0ae600 Mon Sep 17 00:00:00 2001 From: laranjeiro Date: Thu, 28 Feb 2008 12:40:15 +0000 Subject: update the comment to remove some specical characters. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1489 017c9cb6-072f-447c-8318-d5b54f68fe89 --- interface/sniffer/sniffer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'interface/sniffer') 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); -- cgit v1.2.3