about summary refs log tree commit diff
path: root/inet/rexec.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-04-19 19:30:18 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-04-19 22:19:17 +0200
commitb8129a415ec68858d67747644ad868421a399a49 (patch)
tree725ec4e637c54fc33ace0b2f47c180be4d6e206c /inet/rexec.c
parent25cfd50214378545b92ddae04ddd1221c632361b (diff)
downloadglibc-b8129a415ec68858d67747644ad868421a399a49.tar.gz
glibc-b8129a415ec68858d67747644ad868421a399a49.tar.xz
glibc-b8129a415ec68858d67747644ad868421a399a49.zip
rcmd/rexec: Fix typo in comment
Diffstat (limited to 'inet/rexec.c')
-rw-r--r--inet/rexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/rexec.c b/inet/rexec.c
index 82e15aef05..bda536723b 100644
--- a/inet/rexec.c
+++ b/inet/rexec.c
@@ -86,7 +86,7 @@ rexec_af (char **ahost, int rport, const char *name, const char *pass,
 	}
 	ruserpass(res0->ai_canonname, &name, &pass);
 retry:
-	/* NB: No SOCK_CLOXEC for backwards compatibility.  */
+	/* NB: No SOCK_CLOEXEC for backwards compatibility.  */
 	s = __socket(res0->ai_family, res0->ai_socktype, 0);
 	if (s < 0) {
 		perror("rexec: socket");