[libc-commits] [libc] [libc][docs] Fix typo (PR #174631)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Jan 6 10:38:12 PST 2026
https://github.com/michaelrj-google created https://github.com/llvm/llvm-project/pull/174631
There was a typo introduced in #168637, this PR fixes it. Thanks to
Nikolas for pointing it out.
>From 11468ea5dd185fbcec59d35e0a847ceeaa22bdb2 Mon Sep 17 00:00:00 2001
From: Michael Jones <michaelrj at google.com>
Date: Tue, 6 Jan 2026 18:36:58 +0000
Subject: [PATCH] [libc][docs] Fix typo
There was a typo introduced in #168637, this PR fixes it. Thanks to
Nikolas for pointing it out.
---
libc/docs/hand_in_hand.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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