summaryrefslogtreecommitdiff
path: root/Build/source/libs/mpfr/mpfr-src/src/fpif.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-02-01 05:18:31 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-02-01 05:18:31 +0000
commit75f5fef5e39387f0d6053f8b6906eaf1e262a83c (patch)
treed96dd8ac4683089ee03d79f6bebc4226cb2dfe8e /Build/source/libs/mpfr/mpfr-src/src/fpif.c
parent8c783dfd1ce0ee550e0dbb6ae6658b350b97978c (diff)
mpfr-4.0.2
git-svn-id: svn://tug.org/texlive/trunk@49895 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/mpfr/mpfr-src/src/fpif.c')
-rw-r--r--Build/source/libs/mpfr/mpfr-src/src/fpif.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/libs/mpfr/mpfr-src/src/fpif.c b/Build/source/libs/mpfr/mpfr-src/src/fpif.c
index 64bfa39d8e1..16d58d5a28e 100644
--- a/Build/source/libs/mpfr/mpfr-src/src/fpif.c
+++ b/Build/source/libs/mpfr/mpfr-src/src/fpif.c
@@ -1,7 +1,7 @@
/* mpfr_fpif -- Binary export & import of MPFR numbers
(floating-point interchange format)
-Copyright 2012-2018 Free Software Foundation, Inc.
+Copyright 2012-2019 Free Software Foundation, Inc.
Contributed by Olivier Demengeon.
This file is part of the GNU MPFR Library.
@@ -18,7 +18,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "mpfr-impl.h"
@@ -522,7 +522,7 @@ mpfr_fpif_read_limbs (mpfr_t x, unsigned char *buffer, size_t *buffer_size)
/* External Function */
/*
- * fh : IN : file hander
+ * fh : IN : file handler
* x : IN : MPFR number to put in the file
* return 0 if successful
*/
@@ -587,7 +587,7 @@ mpfr_fpif_export (FILE *fh, mpfr_t x)
/*
* x : IN/OUT : MPFR number extracted from the file, its precision is reset to
* be able to hold the number
- * fh : IN : file hander
+ * fh : IN : file handler
* Return 0 if the import was successful.
*/
int