summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-07-30 05:44:38 +0200
committerKevin Ryde <user42@zip.com.au>2000-07-30 05:44:38 +0200
commit5e7cd9faa8d8a73c978c0a8cb87a765fd1ba3543 (patch)
treee5450dbb35dc6dfb801ef4d7320f14fa299da0cd
parent57ddc404001f4baf39c2371573354cd6f788a094 (diff)
downloadgmp-5e7cd9faa8d8a73c978c0a8cb87a765fd1ba3543.tar.gz
Two spelling errors.
-rw-r--r--mpn/x86/README.family4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/x86/README.family b/mpn/x86/README.family
index c1f5fedbb..3bc73f58b 100644
--- a/mpn/x86/README.family
+++ b/mpn/x86/README.family
@@ -154,7 +154,7 @@ PIC is necessary for ELF shared libraries because they can be mapped into
different processes at different virtual addresses. Text relocations in
shared libraries are allowed, but that presumably means a page with such a
relocation isn't shared. The use of the PLT for PIC adds a fixed cost to
-every function call, which is small but might be noticable when working with
+every function call, which is small but might be noticeable when working with
small operands.
Calls from one library function to another don't need to go through the PLT,
@@ -320,7 +320,7 @@ order numbers 243190, 243191 and 243192. Available on-line,
published by McGraw-Hill, 1991, ISBN 0-07-031219-2.
"System V Application Binary Interface", Unix System Laboratories Inc, 1992,
-published by Pretice Hall, ISBN 0-13-880410-9. And the "Intel386 Processor
+published by Prentice Hall, ISBN 0-13-880410-9. And the "Intel386 Processor
Supplement", AT&T, 1991, ISBN 0-13-877689-X. (These have details of ELF
shared library PIC coding.)