aboutsummaryrefslogtreecommitdiff
path: root/src/comp.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-02-10 20:26:13 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-02-10 20:26:13 +0200
commite8892eae56bd9a0d272e60dbd07d873466ce7067 (patch)
tree2a4a7dc0e2b28c08d793326875bdd90156a37509 /src/comp.c
parent74795d019d019e72163b7e0549dfb1679f1cfbe0 (diff)
downloadpies-e8892eae56bd9a0d272e60dbd07d873466ce7067.tar.gz
pies-e8892eae56bd9a0d272e60dbd07d873466ce7067.tar.bz2
Fix typos
Spotted by Rafael Fontenelle.
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index 4f0634c..7eb8479 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -366,7 +366,7 @@ prog_is_leftover (struct prog *prog)
366} 366}
367 367
368/* If PROG is a leftover, mark it for termination. If it is a listener, 368/* If PROG is a leftover, mark it for termination. If it is a listener,
369 terminate it immediately. This ensures that all decomissioned sockets 369 terminate it immediately. This ensures that all decommissioned sockets
370 are closed before the subsequent call to progman_create_sockets, which 370 are closed before the subsequent call to progman_create_sockets, which
371 might need to reopen some of them. 371 might need to reopen some of them.
372*/ 372*/

Return to:

Send suggestions and report system problems to the System administrator.