[libc-commits] [libc] [libc][NFC] Fix typo in dyadic_float.h (PR #83846)

via libc-commits libc-commits at lists.llvm.org
Mon Mar 4 05:43:08 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Guillaume Chatelet (gchatelet)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/83846.diff


1 Files Affected:

- (modified) libc/src/__support/FPUtil/dyadic_float.h (+1-1) 


``````````diff
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.

``````````

</details>


https://github.com/llvm/llvm-project/pull/83846


More information about the libc-commits mailing list