diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2013-07-22 00:39:44 +0200 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2013-07-22 00:39:44 +0200 |
commit | 63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01 (patch) | |
tree | a72b9a5d4a2a62cb1796ddc9c64467e0b7edbc85 /mpn/vax/gmp-mparam.h | |
parent | 8fd2519e4d9e7186b985c99b7a0701fae16d3825 (diff) | |
download | gmp-63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01.tar.gz |
Fix typos.
Diffstat (limited to 'mpn/vax/gmp-mparam.h')
-rw-r--r-- | mpn/vax/gmp-mparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/vax/gmp-mparam.h b/mpn/vax/gmp-mparam.h index f4362822c..4ed9ad7fb 100644 --- a/mpn/vax/gmp-mparam.h +++ b/mpn/vax/gmp-mparam.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ /* These numbers were measured manually using the tune/speed program. - The standard tune/tunup takes too long. (VAX 8800) */ + The standard tune/tuneup takes too long. (VAX 8800) */ #define MUL_TOOM22_THRESHOLD 14 #define MUL_TOOM33_THRESHOLD 110 |