summaryrefslogtreecommitdiff
path: root/Documentation/ABI
diff options
context:
space:
mode:
authorSeongjun Hong <hsj0512@snu.ac.kr>2026-07-01 12:55:01 +0000
committerJonathan Corbet <corbet@lwn.net>2026-07-15 10:51:28 -0600
commitbc7616fb719f58690d0bbe351a7ce101c74dc7de (patch)
treecbf678e419df17de09ef44f1d954a10dea95cd22 /Documentation/ABI
parent83f71fbc66fbce7b93b13b64105315bfb1f70605 (diff)
downloadlinux-next-bc7616fb719f58690d0bbe351a7ce101c74dc7de.tar.gz
linux-next-bc7616fb719f58690d0bbe351a7ce101c74dc7de.zip
docs: ABI: README: fix grammatical error
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@snu.ac.kr> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260701125501.93170-1-hsj0512@snu.ac.kr>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r--Documentation/ABI/README2
1 files changed, 1 insertions, 1 deletions
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::
===