From eb64a9137bc03b476ecebe99844f9106a7665fbf Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Thu, 7 Feb 2013 21:24:10 +0000 Subject: [PATCH] sh: Fix a comment. --- bin/sh/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sh/parser.h b/bin/sh/parser.h index 9a996d04a603..f80d91778787 100644 --- a/bin/sh/parser.h +++ b/bin/sh/parser.h @@ -39,7 +39,7 @@ #define CTLENDVAR '\371' #define CTLBACKQ '\372' #define CTLQUOTE 01 /* ored with CTLBACKQ code if in quotes */ -/* CTLBACKQ | CTLQUOTE == '\205' */ +/* CTLBACKQ | CTLQUOTE == '\373' */ #define CTLARI '\374' #define CTLENDARI '\375' #define CTLQUOTEMARK '\376'