summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2017-08-13 23:47:41 -0700
committerJan Kotas <jkotas@microsoft.com>2017-08-13 23:47:41 -0700
commit4005bfb491ca3387aca9c5c7d0a93edabff33bfc (patch)
treeef1ab68b6531fecbcdecec9ab5ca1886e97f23ff /tests/src
parentefdabef2be8097fbf7bbd72a54ae1d661228cc77 (diff)
downloadcoreclr-4005bfb491ca3387aca9c5c7d0a93edabff33bfc.tar.gz
coreclr-4005bfb491ca3387aca9c5c7d0a93edabff33bfc.tar.bz2
coreclr-4005bfb491ca3387aca9c5c7d0a93edabff33bfc.zip
Typo (#13360)
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/JIT/Directed/intrinsic/pow/pow2.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/JIT/Directed/intrinsic/pow/pow2.cs b/tests/src/JIT/Directed/intrinsic/pow/pow2.cs
index 8193137ee5..978051e33b 100644
--- a/tests/src/JIT/Directed/intrinsic/pow/pow2.cs
+++ b/tests/src/JIT/Directed/intrinsic/pow/pow2.cs
@@ -79,7 +79,7 @@ internal class pow2
//Instead of using 10 * Double.Epsilon as the maximum allowed Delta
//we can use a small value based on the precision of double (15-16 digits)
- //to accomodate slight differences in the pow intrinsic on ARM
+ //to accommodate slight differences in the pow intrinsic on ARM
double maxDelta = 9.9E-16;
//straight