mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
lib/mpi: fix spelling mistakes
Fix some spelling mistakes in comments: flaged ==> flagged bufer ==> buffer multipler ==> multiplier MULTIPLER ==> MULTIPLIER leaset ==> least chnage ==> change Link: https://lkml.kernel.org/r/20210604074401.12198-1-thunder.leizhen@huawei.com Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Cc: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
05911c5d96
commit
478485f6c0
4 changed files with 8 additions and 8 deletions
|
@ -200,7 +200,7 @@ struct mpi_ec_ctx {
|
|||
unsigned int nbits; /* Number of bits. */
|
||||
|
||||
/* Domain parameters. Note that they may not all be set and if set
|
||||
* the MPIs may be flaged as constant.
|
||||
* the MPIs may be flagged as constant.
|
||||
*/
|
||||
MPI p; /* Prime specifying the field GF(p). */
|
||||
MPI a; /* First coefficient of the Weierstrass equation. */
|
||||
|
@ -267,7 +267,7 @@ int mpi_ec_curve_point(MPI_POINT point, struct mpi_ec_ctx *ctx);
|
|||
/**
|
||||
* 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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue