updates.
[silc.git] / lib / silcmath / mp_mpi.c
index f3ae30e91410bbf888713a36405ca3044f370030..56d2730aa8d9b2466fc11f7291ea923d3b2c8452 100644 (file)
@@ -1,16 +1,15 @@
 /*
 
-  mp_mpi.c
+  mp_mpi.c 
 
-  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
+  Author: Pekka Riikonen <priikone@silcnet.org>
 
   Copyright (C) 2001 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2 of the License, or
-  (at your option) any later version.
-  
+  the Free Software Foundation; version 2 of the License.
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -43,7 +42,7 @@ size_t silc_mp_sizeinbase(SilcMPInt *mp, int base)
   return mp_radix_size(mp, base) - 2; /* XXX This is actually wrong since
                                         this might produce wrong balue.
                                         But, it looks like MPI always returns
-                                        correct value + plus, whereas
+                                        correct value plus one, whereas
                                         GMP returns always the right value. */
 }