From 78d979567fa304fa4445fe7403932d9d97183ebd Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 10 Feb 2014 06:43:29 -0500 Subject: Clarify comment Signed-off-by: Shea Levy --- src/download-via-ssh/download-via-ssh.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/download-via-ssh') diff --git a/src/download-via-ssh/download-via-ssh.cc b/src/download-via-ssh/download-via-ssh.cc index 7adb93e10dfe..003d7de2bf86 100644 --- a/src/download-via-ssh/download-via-ssh.cc +++ b/src/download-via-ssh/download-via-ssh.cc @@ -46,7 +46,8 @@ static pair connect(string conn) { } _exit(1); } - // If child exits unexpectedly, we'll EPIPE. If we exit unexpectedly, child will + // If child exits unexpectedly, we'll EPIPE or EOF early. + // If we exit unexpectedly, child will EPIPE or EOF early. // So no need to keep track of it. return pair(to.writeSide.borrow(), from.readSide.borrow()); -- cgit 1.4.1