[pisa-src] r2282 - trunk/pisacd/cdtun.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 15 Apr 2010 13:17:30 +0200

Author: biurrun
Date: Thu Apr 15 13:17:30 2010
New Revision: 2282

Log:
@params is not a doxygen command, @param is.

Modified:
   trunk/pisacd/cdtun.c

Modified: trunk/pisacd/cdtun.c
==============================================================================
--- trunk/pisacd/cdtun.c        Thu Apr 15 13:16:22 2010        (r2281)
+++ trunk/pisacd/cdtun.c        Thu Apr 15 13:17:30 2010        (r2282)
@@ -36,7 +36,7 @@
 
 /**
  * Copy a packet from the data socket to the tunnel device.
- * @params socks the file descriptors for the socket and tunnel device
+ * @param socks the file descriptors for the socket and tunnel device
  */
 void pisa_cd_copy_from_sock_to_tun(void)
 {
@@ -117,7 +117,7 @@
 /**
  * Copy a packet from the the tunnel device to the data socket. Based on the
  * result of NAT we know what the destination address is.
- * @params socks the file descriptors for the socket and tunnel device
+ * @param socks the file descriptors for the socket and tunnel device
  */
 void pisa_cd_copy_from_tun_to_sock(void)
 {

Other related posts:

  • » [pisa-src] r2282 - trunk/pisacd/cdtun.c - Diego Biurrun