From 880852b40af584bceeacd2d64a7749886e3bb393 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 17 Apr 2016 20:29:19 +1000 Subject: * lib/rsh.exp (rsh_open): Fix description comment. --- ChangeLog | 4 ++++ lib/rsh.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eb2e923..f23f287 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2016-04-17 Ben Elliston + * lib/rsh.exp (rsh_open): Fix description comment. + +2016-04-17 Ben Elliston + Reported by shellcheck. * runtest: Use $((..)) not `expr ..` and defensively double quote shell variables. diff --git a/lib/rsh.exp b/lib/rsh.exp index 6709c95..b33d5a4 100644 --- a/lib/rsh.exp +++ b/lib/rsh.exp @@ -17,7 +17,7 @@ # along with DejaGnu; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. -# Connect to HOSTNAME using rlogin(1). +# Connect to HOSTNAME using rsh(1). # proc rsh_open { hostname } { global spawn_id -- cgit v1.1