summaryrefslogtreecommitdiff
path: root/src/free_cache.c
diff options
context:
space:
mode:
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)
{