summaryrefslogtreecommitdiff
path: root/lib/mpi/mpiutil.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-08-26 09:14:05 +0200
committerIngo Molnar <mingo@kernel.org>2021-08-26 09:14:05 +0200
commit46466ae3a105d9620e1355e33125a413b8c6ce18 (patch)
tree618b2d3574626956e0c7ea1d3bc3b35328e8cb40 /lib/mpi/mpiutil.c
parent3f2cbe3810a60111a33f5f6267bd5a237b826fc9 (diff)
parentccf26483416a339c114409f6e7cd02abdeaf8052 (diff)
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'lib/mpi/mpiutil.c')
-rw-r--r--lib/mpi/mpiutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mpi/mpiutil.c b/lib/mpi/mpiutil.c
index 3c63710c20c6..9a75ca3f7edf 100644
--- a/lib/mpi/mpiutil.c
+++ b/lib/mpi/mpiutil.c
@@ -80,7 +80,7 @@ EXPORT_SYMBOL_GPL(mpi_const);
/****************
* Note: It was a bad idea to use the number of limbs to allocate
* because on a alpha the limbs are large but we normally need
- * integers of n bits - So we should chnage this to bits (or bytes).
+ * integers of n bits - So we should change this to bits (or bytes).
*
* But mpi_alloc is used in a lot of places :-)
*/