summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2019-02-01 17:28:52 +0106
committerJohn Ogness <john.ogness@linutronix.de>2019-02-01 17:28:52 +0106
commit06ec93d5c10b8caf0f5ec9fc0a1a11ea63ed4f6b (patch)
tree7f29cd4f546186f45ef7519d4b42518fc84c83af
parentf65f2039840942e4d0f0e1af9fb266812d80c466 (diff)
ipc_tcp: fix output message in sender
Signed-off-by: John Ogness <john.ogness@linutronix.de>
-rw-r--r--schulung_tools/ipc_tcp/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/schulung_tools/ipc_tcp/send.c b/schulung_tools/ipc_tcp/send.c
index 60d2f1f..b745e9b 100644
--- a/schulung_tools/ipc_tcp/send.c
+++ b/schulung_tools/ipc_tcp/send.c
@@ -28,7 +28,7 @@ int main(void)
if (connect(s, (struct sockaddr *)&sa, sizeof(struct sockaddr)) != 0)
return 1;
- printf("send (%d): type message and hit RETURN to send signal\n",
+ printf("send (%d): type message and hit RETURN to send message\n",
getpid());
fgets(buffer, sizeof(buffer), stdin);