https://gcc.gnu.org/g:b67e838042dca81303e0d03fe601e33d750a8669
commit r17-1026-gb67e838042dca81303e0d03fe601e33d750a8669 Author: Dhruv Chawla <[email protected]> Date: Thu May 14 08:54:44 2026 +0000 libcody: Fix typos in README.md Signed-off-by: Dhruv Chawla <[email protected]> libcody/ChangeLog: * README.md: Fix typos. Diff: --- libcody/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcody/README.md b/libcody/README.md index a95085eac7aa..716d237f1920 100644 --- a/libcody/README.md +++ b/libcody/README.md @@ -181,7 +181,7 @@ omitted the value 0 is implied. The following flags are available: * `1<<0`, `NameOnly`: The request is for the name only, and not the CMI contents. -The `NameOnly` flag may be provded in a handshake response, and +The `NameOnly` flag may be provided in a handshake response, and indicates that the server is interested in requests only for their implied dependency information. It may be provided on a request to indicate that only the CMI name is required, not its contents (for @@ -263,7 +263,7 @@ Importation, including that of header-units, uses: A PATHNAME response names the CMI file to be read. Should the builder have to invoke a compilation to produce the CMI, the response should be delayed until that occurs. If such a compilation fails, an error -response should be provided to the requestor — which will then +response should be provided to the requester — which will then presumably fail in some manner. #### Include Translation
