summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-02-12 11:25:53 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-02-12 11:25:53 +0000
commitf4eecc37f7f1ad6d55268ca8e7281ca892952b6c (patch)
tree8c2a3fc6989726bd9aa3e0555b41402e1da2f011 /TODO
parentaed09e72d81b7e4cad62a1477ea348a29e901ffc (diff)
downloadmpfr-f4eecc37f7f1ad6d55268ca8e7281ca892952b6c.tar.gz
[TODO] Typo.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13706 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 9187a44be..611b13fc5 100644
--- a/TODO
+++ b/TODO
@@ -319,7 +319,7 @@ Table of contents:
The struct ext_data structure could contain the following fields:
* read: pointer to a wrapper function for the read method.
* write: pointer to a wrapper function for the write method.
- * FILE *hf: to be used for operations with files.
+ * FILE *fh: to be used for operations with files.
* unsigned char *arena: to be used for operations with memory.
The wrapper functions for the read method could be: