[pisa-src] r1590 - trunk/community-operator/hipl.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 09 Nov 2009 13:41:58 +0100

Author: tjansen
Date: Mon Nov  9 13:41:58 2009
New Revision: 1590

Log:
Fixed a typo spotted by Diego.

Modified:
   trunk/community-operator/hipl.c

Modified: trunk/community-operator/hipl.c
==============================================================================
--- trunk/community-operator/hipl.c     Mon Nov  9 12:25:48 2009        (r1589)
+++ trunk/community-operator/hipl.c     Mon Nov  9 13:41:58 2009        (r1590)
@@ -209,7 +209,7 @@
  * Get the contents of a HIP message parameter. We skip the common TLV header.
  *
  * @param param HIP message parameter
- * @retrun parameter content
+ * @return parameter content
  */
 static void *hip_get_param_contents_direct(hip_tlv_common *param)
 {

Other related posts:

  • » [pisa-src] r1590 - trunk/community-operator/hipl.c - Thomas Jansen