about summary refs log tree commit diff
path: root/src/etc/test-float-parse
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2018-02-10 12:22:57 +0100
committerMatthias Krüger <matthias.krueger@famsik.de>2018-02-10 12:22:57 +0100
commit7ee3e39f640a9532842e1441bf6bc98893b6a3ba (patch)
tree2c4ba1c3ee1d5abe8a5e1c68d8b29404f38474c5 /src/etc/test-float-parse
parent39abcc04139a0fd24422f422271849dc91e39a88 (diff)
downloadrust-7ee3e39f640a9532842e1441bf6bc98893b6a3ba.tar.gz
rust-7ee3e39f640a9532842e1441bf6bc98893b6a3ba.zip
fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}
Diffstat (limited to 'src/etc/test-float-parse')
-rw-r--r--src/etc/test-float-parse/runtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/test-float-parse/runtests.py b/src/etc/test-float-parse/runtests.py
index d520c9bd5c3..e9f5bba2312 100644
--- a/src/etc/test-float-parse/runtests.py
+++ b/src/etc/test-float-parse/runtests.py
@@ -41,7 +41,7 @@ Instead, we take the input and compute the true value with bignum arithmetic
 (as a fraction, using the ``fractions`` module).
 
 Given an input string and the corresponding float computed via Rust, simply
-decode the float into f * 2^k (for intergers f, k) and the ULP.
+decode the float into f * 2^k (for integers f, k) and the ULP.
 We can now easily compute the error and check if it is within 0.5 ULP as it
 should be. Zero and infinites are handled similarly: