[PATCH] lib/mpi: fix spello of "functions"

From: Randy Dunlap
Date: Tue Sep 08 2020 - 21:07:49 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Fix typo/spello of "functions".

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---
lib/mpi/mpi-bit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200908.orig/lib/mpi/mpi-bit.c
+++ linux-next-20200908/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.