diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-04 22:36:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-04 22:36:14 +0000 |
commit | ebba6da9fcea4fb0eb5e541b68695bbbda9e62d0 (patch) | |
tree | 044768ce10999ffa86414990d44a8c831eb74140 /sys/netccitt/README.hdlc | |
parent | 96e263cfced04c4ec20b735a1e8047dbd1fc025e (diff) |
spelling
Diffstat (limited to 'sys/netccitt/README.hdlc')
-rw-r--r-- | sys/netccitt/README.hdlc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netccitt/README.hdlc b/sys/netccitt/README.hdlc index e874ac98935..104047642a2 100644 --- a/sys/netccitt/README.hdlc +++ b/sys/netccitt/README.hdlc @@ -1,4 +1,4 @@ -/* $OpenBSD: README.hdlc,v 1.2 1997/02/24 14:34:13 niklas Exp $ */ +/* $OpenBSD: README.hdlc,v 1.3 2003/01/04 22:36:12 deraadt Exp $ */ /* $NetBSD: README.hdlc,v 1.4 1994/06/29 06:36:58 cgd Exp $ */ /* @@ -17,7 +17,7 @@ * * The HDLC protocol layer interface consists of the following procedures: * Hd_init (pr_init) - * Hd_ouput (pr_output) + * Hd_output (pr_output) * Hd_input (pr_input) * Hd_timer (pr_slowtimo) * |