summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-02-02 18:45:13 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-02-02 18:45:13 +0000
commit06458571cbeaf622eaf4f88bd7980f5a88bafeed (patch)
treebd4be8423449b364d074c71d268a0d74666f96ba
parentc9fe7578d353ba9deea372dca83a669df97f3237 (diff)
downloadgtest-06458571cbeaf622eaf4f88bd7980f5a88bafeed.tar.gz
gtest-06458571cbeaf622eaf4f88bd7980f5a88bafeed.tar.bz2
gtest-06458571cbeaf622eaf4f88bd7980f5a88bafeed.tar.xz
Fixes an out-dated URL.
git-svn-id: http://googletest.googlecode.com/svn/trunk@635 861a406c-534a-0410-8894-cb66d6ee9925
-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.