summaryrefslogtreecommitdiff
path: root/doc/isa_abi_headache
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-07-30 00:37:48 +0200
committerKevin Ryde <user42@zip.com.au>2000-07-30 00:37:48 +0200
commit930d8ac9fad89902e4341b25e20a6fbeba3533ca (patch)
treee77a49875712b6d0bb6a0deef2d5f2cf46dd08b1 /doc/isa_abi_headache
parent5bdc5869a176d251001bf4d47625e91e2e5af5ac (diff)
downloadgmp-930d8ac9fad89902e4341b25e20a6fbeba3533ca.tar.gz
Fix a typo.
Diffstat (limited to 'doc/isa_abi_headache')
-rw-r--r--doc/isa_abi_headache2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/isa_abi_headache b/doc/isa_abi_headache
index 55621ca96..c3e3188a7 100644
--- a/doc/isa_abi_headache
+++ b/doc/isa_abi_headache
@@ -8,7 +8,7 @@ Terms Used In This Document:
are done with single instructions, not 32 bits at a time.)
Environment = The operating system and compiler.
-GMP is a very complex packagde to build since its speed is very
+GMP is a very complex package to build since its speed is very
sensitive to the ISA and ABI. For example, if the ISA provides 64-bit
instructions, it is crucial that GMP is configured to use them.