summaryrefslogtreecommitdiff
path: root/doc/projects.html
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 /doc/projects.html
parent8fd2519e4d9e7186b985c99b7a0701fae16d3825 (diff)
downloadgmp-63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01.tar.gz
Fix typos.
Diffstat (limited to 'doc/projects.html')
-rw-r--r--doc/projects.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/projects.html b/doc/projects.html
index 35caf59fa..02540a931 100644
--- a/doc/projects.html
+++ b/doc/projects.html
@@ -37,7 +37,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
<hr>
<!-- NB. timestamp updated automatically by emacs -->
- This file current as of 5 Dec 2011. An up-to-date version is available at
+ This file current as of 21 Jul 2013. An up-to-date version is available at
<a href="http://gmplib.org/projects.html">http://gmplib.org/projects.html</a>.
Please send comments about this page to gmp-devel<font>@</font>gmplib.org.
@@ -151,7 +151,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
<p> Add more functions to the set of fat functions.
- <p> The speed of multipliciaton is today highly dependent on combination
+ <p> The speed of multiplication is today highly dependent on combination
functions like <code>addlsh1_n</code>. A fat binary will never use any such
functions, since they are classified as optional. Ideally, we should use
them, but making the current compile-time selections of optional functions
@@ -323,12 +323,12 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
<li> <strong>Factorial</strong>
- <p> Rewrite for simplicty and speed. Work is in progress.
+ <p> Rewrite for simplicity and speed. Work is in progress.
<li> <strong>Binomial Coefficients</strong>
- <p> Rewrite for simplicty and speed. Work is in progress.
+ <p> Rewrite for simplicity and speed. Work is in progress.
<li> <strong>Prime Testing</strong>