Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2008 13:54:34 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 147079 for review
Message-ID:  <200808101354.m7ADsYOJ006423@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147079

Change 147079 by ed@ed_dull on 2008/08/10 13:53:39

	Correct a comment on TF_HIWAT_IN.

Affected files ...

.. //depot/projects/mpsafetty/sys/sys/tty.h#8 edit

Differences ...

==== //depot/projects/mpsafetty/sys/sys/tty.h#8 (text+ko) ====

@@ -73,7 +73,7 @@
 #define	TF_OPENCLOSE	0x0040	/* Device is in open()/close() */
 #define	TF_ASYNC	0x0080	/* Asynchronous I/O enabled */
 #define	TF_LITERAL	0x0100	/* Accept the next character literally */
-#define	TF_HIWAT_IN	0x0200	/* We've reached the output watermark */
+#define	TF_HIWAT_IN	0x0200	/* We've reached the input watermark */
 #define	TF_HIWAT_OUT	0x0400	/* We've reached the output watermark */
 #define	TF_HIWAT	(TF_HIWAT_IN|TF_HIWAT_OUT)
 #define	TF_STOPPED	0x0800	/* Output flow control - stopped */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808101354.m7ADsYOJ006423>