Skip to content
Snippets Groups Projects
Commit 7cf1510a authored by Pierre Aubert's avatar Pierre Aubert
Browse files

Fix doc

parent b0fa0166
No related branches found
No related tags found
No related merge requests found
Pipeline #378970 passed
...@@ -50,7 +50,7 @@ class PGenericSocketManager{ ...@@ -50,7 +50,7 @@ class PGenericSocketManager{
///Recieve data from the given socket ///Recieve data from the given socket
/** @param name : name of the socket to be used /** @param name : name of the socket to be used
* @param data : data to be recieved * @param data : data to be recieved
* @param flags : flags to be used to send the message (BLOCK, NON_BLOCK, etc) * @param flag : flags to be used to send the message (BLOCK, NON_BLOCK, etc)
* @return true on success, false otherwise * @return true on success, false otherwise
*/ */
template<typename U> template<typename U>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment