[PATCH] docs: ABI: README: fix grammatical error

From: Seongjun Hong

Date: Wed Jul 01 2026 - 09:15:25 EST


The Note describing how to write ABI documentation fields contained
a typo. "The fields should be use a simple notation" should be
"The fields should use a simple notation".

Signed-off-by: Seongjun Hong <hsj0512@xxxxxxxxx>
---
Documentation/ABI/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/README b/Documentation/ABI/README
index 315fffe1f831..27c962e6a872 100644
--- a/Documentation/ABI/README
+++ b/Documentation/ABI/README
@@ -62,7 +62,7 @@ Users: All users of this interface who wish to be notified when


Note:
- The fields should be use a simple notation, compatible with ReST markup.
+ The fields should use a simple notation, compatible with ReST markup.
Also, the file **should not** have a top-level index, like::

===
--
2.43.0