diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-10-15 20:11:14 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-16 11:11:20 -0700 |
commit | 8d8472cfdefa0f5c839f5c4a507af5e26ee6f5bf (patch) | |
tree | 912ff6b2b66994eccc6b3867d5e2887b5f39f596 /lib/mpi/mpi-bit.c | |
parent | 2d0469814ade60efb5cd8ca9af93c43bc3ba831e (diff) | |
download | linux-8d8472cfdefa0f5c839f5c4a507af5e26ee6f5bf.tar.gz |
lib/mpi/mpi-bit.c: fix spello of "functions"
Fix typo/spello of "functions".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: https://lkml.kernel.org/r/8df15173-a6df-9426-7cad-a2d279bf1170@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/mpi/mpi-bit.c')
-rw-r--r-- | lib/mpi/mpi-bit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mpi/mpi-bit.c b/lib/mpi/mpi-bit.c index a5119a2bcdd4..142b680835df 100644 --- a/lib/mpi/mpi-bit.c +++ b/lib/mpi/mpi-bit.c @@ -1,4 +1,4 @@ -/* mpi-bit.c - MPI bit level fucntions +/* mpi-bit.c - MPI bit level functions * Copyright (C) 1998, 1999 Free Software Foundation, Inc. * * This file is part of GnuPG. |