[libc-commits] [libc] d9ae4a6 - [libc][NFC] Fix typo in dyadic_float.h (#83846)
via libc-commits
libc-commits at lists.llvm.org
Mon Mar 4 05:51:30 PST 2024
Author: Guillaume Chatelet
Date: 2024-03-04T14:51:26+01:00
New Revision: d9ae4a63ca875f3569e7a0b41bcc7352e3133e34
URL: https://github.com/llvm/llvm-project/commit/d9ae4a63ca875f3569e7a0b41bcc7352e3133e34
DIFF: https://github.com/llvm/llvm-project/commit/d9ae4a63ca875f3569e7a0b41bcc7352e3133e34.diff
LOG: [libc][NFC] Fix typo in dyadic_float.h (#83846)
Added:
Modified:
libc/src/__support/FPUtil/dyadic_float.h
Removed:
################################################################################
diff --git a/libc/src/__support/FPUtil/dyadic_float.h b/libc/src/__support/FPUtil/dyadic_float.h
index 14bc73433097b7..f25fa9b3026c1a 100644
--- a/libc/src/__support/FPUtil/dyadic_float.h
+++ b/libc/src/__support/FPUtil/dyadic_float.h
@@ -19,7 +19,7 @@
namespace LIBC_NAMESPACE::fputil {
-// A generic class to perform comuptations of high precision floating points.
+// A generic class to perform computations of high precision floating points.
// We store the value in dyadic format, including 3 fields:
// sign : boolean value - false means positive, true means negative
// exponent: the exponent value of the least significant bit of the mantissa.
More information about the libc-commits
mailing list