Skip to content

Commit d9ae4a6

Browse files
authored
[libc][NFC] Fix typo in dyadic_float.h (#83846)
1 parent 46d7876 commit d9ae4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/__support/FPUtil/dyadic_float.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
namespace LIBC_NAMESPACE::fputil {
2121

22-
// A generic class to perform comuptations of high precision floating points.
22+
// A generic class to perform computations of high precision floating points.
2323
// We store the value in dyadic format, including 3 fields:
2424
// sign : boolean value - false means positive, true means negative
2525
// exponent: the exponent value of the least significant bit of the mantissa.

0 commit comments

Comments
 (0)