From c2ceb2b09bfe6660f08c024cc758e5e9632acc07 Mon Sep 17 00:00:00 2001 From: Tommy Chiang Date: Fri, 21 Mar 2025 03:03:29 -0700 Subject: [PATCH] Fix a typo I have no idea what DLP here means, but ULP make sense. Assuming DLP is a typo of ULP. PiperOrigin-RevId: 739113596 Change-Id: Ib8c66d54d95e3b015c79af1285b7008c91b8502e --- googletest/include/gtest/internal/gtest-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest/include/gtest/internal/gtest-internal.h b/googletest/include/gtest/internal/gtest-internal.h index dcab397e..9ee0eca9 100644 --- a/googletest/include/gtest/internal/gtest-internal.h +++ b/googletest/include/gtest/internal/gtest-internal.h @@ -332,7 +332,7 @@ class FloatingPoint { // // - returns false if either number is (or both are) NAN. // - treats really large numbers as almost equal to infinity. - // - thinks +0.0 and -0.0 are 0 DLP's apart. + // - thinks +0.0 and -0.0 are 0 ULP's apart. bool AlmostEquals(const FloatingPoint& rhs) const { // The IEEE standard says that any comparison operation involving // a NAN must return false.