From 5c123ac2082530ef4426737183ff76fe4595e1ff Mon Sep 17 00:00:00 2001
From: Denys Vlasenko <vda.linux@googlemail.com>
Date: Mon, 24 Jul 2017 20:03:24 +0200
Subject: ash: fix comment, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
---
 shell/ash.c | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'shell')

diff --git a/shell/ash.c b/shell/ash.c
index c52637c92..0ae086e98 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -1788,9 +1788,6 @@ single_quote(const char *s)
 
 /*
  * Produce a possibly single quoted string suitable as input to the shell.
- * If 'conditional' is nonzero, quoting is only done if the string contains
- * non-shellsafe characters, or is identical to a shell keyword (reserved
- * word); if it is zero, quoting is always done.
  * If quoting was done, the return string is allocated on the stack,
  * otherwise a pointer to the original string is returned.
  */
-- 
cgit v1.2.3