1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Fix a comment

MFC after:	1 day
This commit is contained in:
Julian Elischer 2003-06-25 20:58:35 +00:00
parent eac3c62b51
commit 722a139cfa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116839

View File

@ -46,7 +46,7 @@
* entering from the right is passed to the left and duplicated on
* right2left, and data entering from the left is passed to the right
* and duplicated on left2right. Data entering from left2right is
* sent to right, and data from right2left to left.
* sent to left, and data from right2left to right.
*/
#include <sys/param.h>