diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-03-08 02:33:34 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-03-08 02:33:34 +0000 |
commit | 878918b6b4cbc2d8f8ff7b12de717f0ed269e35c (patch) | |
tree | 9e1bdf175f98ae50a99efbcb24621520cc5266cc /src/mpfr-thread.h | |
parent | 7b545ef7f72f8532c22c5ba4f87975e40a86e695 (diff) | |
download | mpfr-878918b6b4cbc2d8f8ff7b12de717f0ed269e35c.tar.gz |
Fixed spelling mistakes found by codespell 1.11.0.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12469 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mpfr-thread.h')
-rw-r--r-- | src/mpfr-thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpfr-thread.h b/src/mpfr-thread.h index bb5378d36..2bc1d525c 100644 --- a/src/mpfr-thread.h +++ b/src/mpfr-thread.h @@ -54,7 +54,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., /**************************************************************************/ /**************************************************************************/ #if defined (MPFR_HAVE_C11_LOCK) -/* NOTE: This version has not been completly tested */ +/* NOTE: This version has not been completely tested */ #include <thread.h> #define MPFR_LOCK_DECL(_lock) \ |