diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2017-04-27 11:12:24 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2017-04-27 11:12:24 +0000 |
commit | 5c13d53a1b53f122f578640f71bde742727add0b (patch) | |
tree | c9220c798ec6d9e5848010f3c1a19a77cb4209c0 /tools/mbench | |
parent | 1574afc53cc512faa6f055c945c8cc16cc4d2bc4 (diff) | |
download | mpfr-5c13d53a1b53f122f578640f71bde742727add0b.tar.gz |
s/interruption/interrupt/
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11439 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools/mbench')
-rw-r--r-- | tools/mbench/timp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mbench/timp.h b/tools/mbench/timp.h index d6c3d6013..360df8630 100644 --- a/tools/mbench/timp.h +++ b/tools/mbench/timp.h @@ -130,7 +130,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., #endif /* We do several measures and keep the minimum to avoid counting - * hardware interruption cycles. + * hardware interrupt cycles. * The filling of the CPU cache is done because we do several loops, * and get the minimum. * Declaring num_cycle as "volatile" is to avoid optimization when it is |