summaryrefslogtreecommitdiffstats
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r--sys/sys/pipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index 2815805..68e688a 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id$
+ * $Id: pipe.h,v 1.1 1996/01/28 23:38:22 dyson Exp $
*/
#ifndef OLD_PIPE
@@ -27,7 +27,7 @@ struct vm_object;
/*
* pipe buffer information
- * Seperate in, out, cnt is used to simplify calculations.
+ * Separate in, out, cnt is used to simplify calculations.
*/
struct pipebuf {
u_int cnt; /* number of chars currently in buffer */
OpenPOWER on IntegriCloud