ash: tweak in comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Jul 2017 17:20:43 +0000 (19:20 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Jul 2017 17:20:43 +0000 (19:20 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c

index 5da23c34b565ff9c94be7f59c9dbd4c05fe82dda..9b1f5794933f7796c82b69836415181edf892718 100644 (file)
@@ -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