From: zuoqilin <zuoqi...@yulong.com> Change 'bufer' to 'buffer'.
Signed-off-by: zuoqilin <zuoqi...@yulong.com> --- include/linux/mpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mpi.h b/include/linux/mpi.h index 3e5358f..6e6b15a 100644 --- a/include/linux/mpi.h +++ b/include/linux/mpi.h @@ -267,7 +267,7 @@ void mpi_ec_mul_point(MPI_POINT result, /** * mpi_get_size() - returns max size required to store the number * - * @a: A multi precision integer for which we want to allocate a bufer + * @a: A multi precision integer for which we want to allocate a buffer * * Return: size required to store the number */ -- 1.9.1