summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-02-02 18:45:13 (GMT)
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-02-02 18:45:13 (GMT)
commit65b5c22436fab922ea791b9b39a8fe154f0849f8 (patch)
treebd4be8423449b364d074c71d268a0d74666f96ba
parentd36734368556e2a070a97884fe804b9c3e9112c7 (diff)
downloadgoogletest-65b5c22436fab922ea791b9b39a8fe154f0849f8.zip
googletest-65b5c22436fab922ea791b9b39a8fe154f0849f8.tar.gz
googletest-65b5c22436fab922ea791b9b39a8fe154f0849f8.tar.bz2
Fixes an out-dated URL.
-rw-r--r--include/gtest/internal/gtest-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gtest/internal/gtest-internal.h b/include/gtest/internal/gtest-internal.h
index 6e3dd66..4e57d3c 100644
--- a/include/gtest/internal/gtest-internal.h
+++ b/include/gtest/internal/gtest-internal.h
@@ -292,7 +292,7 @@ class FloatingPoint {
// bits. Therefore, 4 should be enough for ordinary use.
//
// See the following article for more details on ULP:
- // http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm.
+ // http://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/
static const size_t kMaxUlps = 4;
// Constructs a FloatingPoint from a raw floating-point number.