aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical/api-simple-ipc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/technical/api-simple-ipc.txt')
-rw-r--r--Documentation/technical/api-simple-ipc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-simple-ipc.txt b/Documentation/technical/api-simple-ipc.txt
index 6c127b5ddd..d88b1ef206 100644
--- a/Documentation/technical/api-simple-ipc.txt
+++ b/Documentation/technical/api-simple-ipc.txt
@@ -20,7 +20,7 @@ IPC-client.
The IPC-client routines within a client application process connect
to the IPC-server and send a request message and wait for a response.
-When received, the response is returned back the caller.
+When received, the response is returned back to the caller.
For example, the `fsmonitor--daemon` feature will be built as a server
application on top of the IPC-server library routines. It will have