Author: jilles
Date: Wed Feb 20 21:49:52 2013
New Revision: 247057
URL: http://svnweb.freebsd.org/changeset/base/247057

Log:
  MFC r246507: sh: Fix a comment.

Modified:
  stable/9/bin/sh/parser.h
Directory Properties:
  stable/9/bin/sh/   (props changed)

Modified: stable/9/bin/sh/parser.h
==============================================================================
--- stable/9/bin/sh/parser.h    Wed Feb 20 21:16:50 2013        (r247056)
+++ stable/9/bin/sh/parser.h    Wed Feb 20 21:49:52 2013        (r247057)
@@ -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'
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to