summaryrefslogtreecommitdiff
path: root/sys/kern/uipc_domain.c
diff options
context:
space:
mode:
authorRob Braun <bbraun@FreeBSD.org>2003-03-07 22:47:32 +0000
committerRob Braun <bbraun@FreeBSD.org>2003-03-07 22:47:32 +0000
commitd132c84f071bd251f12fdc72d6f495c332734d93 (patch)
tree75d1ca1d442a24316e797f9bf804636ad3581b97 /sys/kern/uipc_domain.c
parenta42568171f0bb2c6e7eab6e86422cc57766e62d1 (diff)
Notes
Diffstat (limited to 'sys/kern/uipc_domain.c')
-rw-r--r--sys/kern/uipc_domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c
index b8321eba4fb4..ee1e1e086f7c 100644
--- a/sys/kern/uipc_domain.c
+++ b/sys/kern/uipc_domain.c
@@ -90,7 +90,7 @@ net_init_domain(struct domain *dp)
(*pr->pr_init)();
}
/*
- * update global informatio about maximums
+ * update global information about maximums
*/
max_hdr = max_linkhdr + max_protohdr;
max_datalen = MHLEN - max_hdr;