diff --git a/sample/hello-world.c b/sample/hello-world.c index d3cf058a..2023cd6c 100644 --- a/sample/hello-world.c +++ b/sample/hello-world.c @@ -1,5 +1,5 @@ /* - This exmple program provides a trivial server program that listens for TCP + This example program provides a trivial server program that listens for TCP connections on port 9995. When they arrive, it writes a short message to each client connection, and closes each connection once it is flushed.