提交 25738089 编写于 作者: R Ralf Baechle 提交者: Junio C Hamano

rsh.c: typo fix

Example in a comment used a wrong environment variable.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 df73e9c6
......@@ -104,7 +104,7 @@ int setup_connection(int *fd_in, int *fd_out, const char *remote_prog,
if (!path) {
return error("Bad URL: %s", url);
}
/* $GIT_RSH <host> "env GIR_DIR=<path> <remote_prog> <args...>" */
/* $GIT_RSH <host> "env GIT_DIR=<path> <remote_prog> <args...>" */
sizen = COMMAND_SIZE;
posn = command;
of = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册