* eet: fix typo, thanks batden.

SVN revision: 51921
This commit is contained in:
Cedric BAIL 2010-09-06 10:54:52 +00:00
parent c119195b94
commit f7e049050b
1 changed files with 1 additions and 1 deletions

View 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).