[libc-commits] [libc] a6cfca8 - [libc][docs] Fix typo (#174631)

via libc-commits libc-commits at lists.llvm.org
Tue Jan 6 10:53:21 PST 2026


Author: Michael Jones
Date: 2026-01-06T10:53:17-08:00
New Revision: a6cfca8b8e31b3179c89033a925a42b18d0aa749

URL: https://github.com/llvm/llvm-project/commit/a6cfca8b8e31b3179c89033a925a42b18d0aa749
DIFF: https://github.com/llvm/llvm-project/commit/a6cfca8b8e31b3179c89033a925a42b18d0aa749.diff

LOG: [libc][docs] Fix typo (#174631)

There was a typo introduced in #168637, this PR fixes it. Thanks to
Nikolas for pointing it out.

Added: 
    

Modified: 
    libc/docs/hand_in_hand.rst

Removed: 
    


################################################################################
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.


        


More information about the libc-commits mailing list