summaryrefslogtreecommitdiff
path: root/src/free_cache.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-07-08 11:03:43 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-07-08 11:03:43 +0000
commite46fabeae44bb06c04c316c478b87828f1c21676 (patch)
treeb31cbaed8226188dff7cb486e7c381b3d9bb4a58 /src/free_cache.c
parenta650af7aa2c66f9086d10eba822d0b2c8fe23dc5 (diff)
downloadmpfr-e46fabeae44bb06c04c316c478b87828f1c21676.tar.gz
Fixed spelling mistakes found by codespell 1.15.0.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13522 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/free_cache.c')
-rw-r--r--src/free_cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/free_cache.c b/src/free_cache.c
index db0637a0d..50f9afada 100644
--- a/src/free_cache.c
+++ b/src/free_cache.c
@@ -22,7 +22,7 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include "mpfr-impl.h"
-/* Theses caches may be global to all threads or local to the current one. */
+/* These caches may be global to all threads or local to the current one. */
static void
mpfr_free_const_caches (void)
{
@@ -39,7 +39,7 @@ mpfr_free_const_caches (void)
mpfr_clear_cache (__gmpfr_cache_const_catalan);
}
-/* Theses caches/pools are always local to a thread. */
+/* These caches/pools are always local to a thread. */
static void
mpfr_free_local_cache (void)
{