minor: doc: fix typo in buffer_init
This commit is contained in:
parent
b08d3caba8
commit
481cd8f843
|
@ -60,7 +60,7 @@ buffer_init(buffer_t *buf)
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Initialize a buffer with data.
|
/** Initialize a buffer with data.
|
||||||
* \param b The buffer to ini.
|
* \param b The buffer to init.
|
||||||
* \param buf The data to set.
|
* \param buf The data to set.
|
||||||
* \param size Data size.
|
* \param size Data size.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue