diff --git a/common/buffer.h b/common/buffer.h index c55782fc..1f42029e 100644 --- a/common/buffer.h +++ b/common/buffer.h @@ -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. */