sh: Fix a comment.

This commit is contained in:
Jilles Tjoelker 2013-02-07 21:24:10 +00:00
parent ed0b544066
commit eb64a9137b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246507

View File

@ -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'