summaryrefslogtreecommitdiff
path: root/mpn/mips64
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-07-22 00:39:44 +0200
committerTorbjorn Granlund <tege@gmplib.org>2013-07-22 00:39:44 +0200
commit63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01 (patch)
treea72b9a5d4a2a62cb1796ddc9c64467e0b7edbc85 /mpn/mips64
parent8fd2519e4d9e7186b985c99b7a0701fae16d3825 (diff)
downloadgmp-63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01.tar.gz
Fix typos.
Diffstat (limited to 'mpn/mips64')
-rw-r--r--mpn/mips64/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/mips64/README b/mpn/mips64/README
index 65a1af166..571604169 100644
--- a/mpn/mips64/README
+++ b/mpn/mips64/README
@@ -30,7 +30,7 @@ RELEVANT OPTIMIZATION ISSUES
On the R4600, branches takes a single cycle
- On the R8000, branches often take no noticable cycles, as they are
+ On the R8000, branches often take no noticeable cycles, as they are
executed in a separate function unit..
2. The R4000 and R4400 have a load latency of 4 cycles.