[libc-commits] [libc] [libc][docs] Fix typo (PR #174631)
via libc-commits
libc-commits at lists.llvm.org
Tue Jan 6 10:38:48 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Michael Jones (michaelrj-google)
<details>
<summary>Changes</summary>
There was a typo introduced in #<!-- -->168637, this PR fixes it. Thanks to
Nikolas for pointing it out.
---
Full diff: https://github.com/llvm/llvm-project/pull/174631.diff
1 Files Affected:
- (modified) libc/docs/hand_in_hand.rst (+1-1)
``````````diff
diff --git a/libc/docs/hand_in_hand.rst b/libc/docs/hand_in_hand.rst
index 81e6bdafc3b7e..83ee59b935839 100644
--- a/libc/docs/hand_in_hand.rst
+++ b/libc/docs/hand_in_hand.rst
@@ -26,7 +26,7 @@ defines. The client library then includes "shared/<header>" to get the necessary
components. All of the functions shared via Hand-in-Hand are header only.
The Hand-in-Hand interface is intended to be an internal implementation detail,
-and is has no guarantees of stability. When the internal LLVM-libc interface is
+and it has no guarantees of stability. When the internal LLVM-libc interface is
changed the other users inside of the LLVM repository are updated in the same
commit. This allows LLVM-libc to update their interface without breaking their
users.
``````````
</details>
https://github.com/llvm/llvm-project/pull/174631
More information about the libc-commits
mailing list