summaryrefslogtreecommitdiff
path: root/tools/mbench
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-07-22 02:20:41 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-07-22 02:20:41 +0000
commit061a6d3cc5d115d8e01aeffe02d390a77d77787e (patch)
tree468ad0467b107602a17a5fac3de8f8cfacc92992 /tools/mbench
parent94538dd4c7b985299a35a1599ac0f1e659c7606b (diff)
downloadmpfr-061a6d3cc5d115d8e01aeffe02d390a77d77787e.tar.gz
Applied patch 3 by Ondřej Bílka with some manual corrections,
fixing typos: https://sympa.inria.fr/sympa/arc/mpfr/2013-07/msg00016.html git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8621 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools/mbench')
-rw-r--r--tools/mbench/timp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mbench/timp.h b/tools/mbench/timp.h
index 608c8f76e..a91073c85 100644
--- a/tools/mbench/timp.h
+++ b/tools/mbench/timp.h
@@ -104,7 +104,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
* hardware interruption 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 optimisation when it is
+ * Declaring num_cycle as "volatile" is to avoid optimization when it is
* possible (To properly calcul overhead).
* overhead is calculated outside by a call to:
* overhead = MEASURE("overhead", ;)