svn merge 51950
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 15 Oct 2010 08:59:19 +0000 (17:59 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 15 Oct 2010 08:59:19 +0000 (17:59 +0900)
src/lib/Eet.h

index 9ca3658..1744676 100644 (file)
@@ -3262,7 +3262,7 @@ eet_connection_new(Eet_Read_Cb  *eet_read_cb,
 
 /**
  * Process a raw packet received over the link
- * @oaram conn Connection handler to track.
+ * @param conn Connection handler to track.
  * @param data Raw data packet.
  * @param size The size of that packet.
  * @return 0 on complete success, any other value indicate where in the stream it got wrong (It could be before that packet).