Author: jilles
Date: Thu Feb  7 21:24:10 2013
New Revision: 246507
URL: http://svnweb.freebsd.org/changeset/base/246507

Log:
  sh: Fix a comment.

Modified:
  head/bin/sh/parser.h

Modified: head/bin/sh/parser.h
==============================================================================
--- head/bin/sh/parser.h        Thu Feb  7 21:23:43 2013        (r246506)
+++ head/bin/sh/parser.h        Thu Feb  7 21:24:10 2013        (r246507)
@@ -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-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to