From e46fabeae44bb06c04c316c478b87828f1c21676 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Mon, 8 Jul 2019 11:03:43 +0000 Subject: 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 --- src/free_cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/free_cache.c') 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) { -- cgit v1.2.1