From 83b900fb82a42b56a0130cfe7fb4406fef8b1b54 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 6 Sep 2010 11:47:55 +0200 Subject: fix typo in comment Signed-off-by: Denys Vlasenko --- shell/hush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/hush.c') diff --git a/shell/hush.c b/shell/hush.c index 4e29f01a1..991737c59 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -3174,7 +3174,7 @@ static char *fetch_till_str(o_string *as_string, ch = i_getch(input); nommu_addchr(as_string, ch); if (ch == '\n' - /* TODO: or EOF? (heredoc delimiter may end with , not only */ + /* TODO: or EOF? (heredoc delimiter may end with , not only ) */ && ((heredoc_flags & HEREDOC_QUOTED) || prev != '\\') ) { if (strcmp(heredoc.data + past_EOL, word) == 0) { -- cgit v1.2.3