Skip to content

Commit c2ceb2b

Browse files
oToToTcopybara-github
authored andcommitted
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
1 parent e7b26b7 commit c2ceb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest/include/gtest/internal/gtest-internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ class FloatingPoint {
332332
//
333333
// - returns false if either number is (or both are) NAN.
334334
// - treats really large numbers as almost equal to infinity.
335-
// - thinks +0.0 and -0.0 are 0 DLP's apart.
335+
// - thinks +0.0 and -0.0 are 0 ULP's apart.
336336
bool AlmostEquals(const FloatingPoint& rhs) const {
337337
// The IEEE standard says that any comparison operation involving
338338
// a NAN must return false.

0 commit comments

Comments
 (0)