minor: doc: fix typo in buffer_init

This commit is contained in:
Daniel Hahler 2015-07-28 18:47:37 +02:00
parent b08d3caba8
commit 481cd8f843
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ buffer_init(buffer_t *buf)
}
/** Initialize a buffer with data.
* \param b The buffer to ini.
* \param b The buffer to init.
* \param buf The data to set.
* \param size Data size.
*/