[git commit] ash: tweak in comment

Denys Vlasenko vda.linux at googlemail.com
Wed Jul 5 17:20:43 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=ed79a636238ec15c562862787dd71cd9de168b7d
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/ash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/ash.c b/shell/ash.c
index 5da23c3..9b1f579 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -5931,7 +5931,7 @@ rmescapes(char *str, int flag)
 				 * superfluous escapes (\z where z has no
 				 * special meaning anyway). But this causes
 				 * bugs such as string of one greek letter rho
-				 * (unicode-encoded as two bytes 'cf,81")
+				 * (unicode-encoded as two bytes "cf,81")
 				 * getting encoded as "cf,CTLESC,81"
 				 * and here, converted to "cf,\,81" -
 				 * which does not go well with some flavors


More information about the busybox-cvs mailing list