svn commit: r246507 - head/bin/sh

Jilles Tjoelker jilles at FreeBSD.org
Thu Feb 7 21:24:10 UTC 2013


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'


More information about the svn-src-all mailing list