diff options
Diffstat (limited to 'sys/netccitt')
-rw-r--r-- | sys/netccitt/llc_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netccitt/llc_subr.c b/sys/netccitt/llc_subr.c index b1fdae06ab1..8dea9af9384 100644 --- a/sys/netccitt/llc_subr.c +++ b/sys/netccitt/llc_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: llc_subr.c,v 1.7 2003/12/10 07:22:42 itojun Exp $ */ +/* $OpenBSD: llc_subr.c,v 1.8 2004/11/29 06:20:02 jsg Exp $ */ /* $NetBSD: llc_subr.c,v 1.5 1996/05/07 02:36:08 thorpej Exp $ */ /* @@ -365,7 +365,7 @@ llc_seq2slot(linkp, seqn) * (32/64 bits, whatever is needed) that would suit her needs [I quite like * that idea, perhaps I'll get around to it]. * - * [Preceeding each state handler function is the description as taken from + * [Preceding each state handler function is the description as taken from * ISO 8802-2, section 7.9.2.1] */ |