summaryrefslogtreecommitdiff
path: root/mpn/pa64
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-12-28 19:22:16 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-12-28 19:22:16 +0100
commitf72f90decc6852d332186c6d7ad2ad0f34cec3af (patch)
tree3d2c432f583ae1341d27c3ad4c3863f6a464b3cf /mpn/pa64
parent4acc7705c33f60d3316b6bdb56486240d2d85711 (diff)
downloadgmp-f72f90decc6852d332186c6d7ad2ad0f34cec3af.tar.gz
Spelling fixes.
Diffstat (limited to 'mpn/pa64')
-rw-r--r--mpn/pa64/umul.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/mpn/pa64/umul.asm b/mpn/pa64/umul.asm
index 3560151b1..6c715282f 100644
--- a/mpn/pa64/umul.asm
+++ b/mpn/pa64/umul.asm
@@ -19,8 +19,7 @@ dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
dnl Optimizations:
dnl * Avoid skip instructions
dnl * Put carry-generating and carry-consuming insns consecutively
-dnl * Don't allocate any stack, "home" positions for parameteters could be
-dnl used.
+dnl * Don't allocate any stack, "home" positions for parameters could be used.
include(`../config.m4')