summaryrefslogtreecommitdiff
path: root/net/irda/af_irda.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-07-13 07:22:47 +0000
committerDavid S. Miller <davem@davemloft.net>2012-07-16 23:23:52 -0700
commitad8c94532acbd64e7ada25ce188befb6ef6b2027 (patch)
tree35a4868b3624ee9d291abfcce2145aadca2f068e /net/irda/af_irda.c
parentdb28aafad91ee23b7075e5372d92ed364d54e9fb (diff)
irda: Fix typo in irda
Correct spelling typo in irda. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/irda/af_irda.c')
-rw-r--r--net/irda/af_irda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/af_irda.c b/net/irda/af_irda.c
index bb14c3477680..bb738c9f9146 100644
--- a/net/irda/af_irda.c
+++ b/net/irda/af_irda.c
@@ -955,7 +955,7 @@ out:
* The main difference with a "standard" connect is that with IrDA we need
* to resolve the service name into a TSAP selector (in TCP, port number
* doesn't have to be resolved).
- * Because of this service name resoltion, we can offer "auto-connect",
+ * Because of this service name resolution, we can offer "auto-connect",
* where we connect to a service without specifying a destination address.
*
* Note : by consulting "errno", the user space caller may learn the cause