aboutsummaryrefslogtreecommitdiffstats
path: root/net/ax25
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-05-03 23:22:36 -0700
committerDavid S. Miller <davem@davemloft.net>2006-05-03 23:22:36 -0700
commit3f072310d0ca85891323e9d325c37c76de389387 (patch)
tree72c309846856d6e532955275c5203a8cf3942715 /net/ax25
parent[ROSE]: Remove useless prototype for rose_remove_neigh(). (diff)
downloadlinux-dev-3f072310d0ca85891323e9d325c37c76de389387.tar.xz
linux-dev-3f072310d0ca85891323e9d325c37c76de389387.zip
[AX.25]: Spelling fix
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ax25')
-rw-r--r--net/ax25/ax25_route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ax25/ax25_route.c b/net/ax25/ax25_route.c
index f04f8630fd28..5ac98250797b 100644
--- a/net/ax25/ax25_route.c
+++ b/net/ax25/ax25_route.c
@@ -360,7 +360,7 @@ struct file_operations ax25_route_fops = {
/*
* Find AX.25 route
*
- * Only routes with a refernce rout of zero can be destroyed.
+ * Only routes with a reference count of zero can be destroyed.
*/
static ax25_route *ax25_get_route(ax25_address *addr, struct net_device *dev)
{