summaryrefslogtreecommitdiffstats
path: root/sys/netiso/clnp_input.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2003-09-26 21:43:28 +0000
committermiod <miod@openbsd.org>2003-09-26 21:43:28 +0000
commita209c929072f879376a7fd83c8ebe46693c080c8 (patch)
tree73e75a4844987c049e011d143ed1792cecfa494b /sys/netiso/clnp_input.c
parent- smaller list width (diff)
downloadwireguard-openbsd-a209c929072f879376a7fd83c8ebe46693c080c8.tar.xz
wireguard-openbsd-a209c929072f879376a7fd83c8ebe46693c080c8.zip
Typos: defintion -> definition, proccess -> process
There are more occurences hiding in binutils, lynx and afs but I am too lazy to report them upstream at the moment.
Diffstat (limited to 'sys/netiso/clnp_input.c')
-rw-r--r--sys/netiso/clnp_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netiso/clnp_input.c b/sys/netiso/clnp_input.c
index c30e1c330cb..bc25813ffd9 100644
--- a/sys/netiso/clnp_input.c
+++ b/sys/netiso/clnp_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clnp_input.c,v 1.5 2003/06/02 23:28:17 millert Exp $ */
+/* $OpenBSD: clnp_input.c,v 1.6 2003/09/26 21:43:32 miod Exp $ */
/* $NetBSD: clnp_input.c,v 1.12 1996/04/13 01:34:26 cgd Exp $ */
/*-
@@ -314,7 +314,7 @@ clnp_input(struct mbuf *m, ...)
#ifdef ARGO_DEBUG
if (argo_debug[D_INPUT]) {
printf(
- "clnp_input: proccessing dg; First mbuf m_len %d, m_type x%x, %s\n",
+ "clnp_input: processing dg; First mbuf m_len %d, m_type x%x, %s\n",
m->m_len, m->m_type, IS_CLUSTER(m) ? "cluster" : "normal");
}
#endif