diff options
Diffstat (limited to 'net/irda/af_irda.c')
-rw-r--r-- | net/irda/af_irda.c | 2 |
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: | |||
955 | * The main difference with a "standard" connect is that with IrDA we need | 955 | * The main difference with a "standard" connect is that with IrDA we need |
956 | * to resolve the service name into a TSAP selector (in TCP, port number | 956 | * to resolve the service name into a TSAP selector (in TCP, port number |
957 | * doesn't have to be resolved). | 957 | * doesn't have to be resolved). |
958 | * Because of this service name resoltion, we can offer "auto-connect", | 958 | * Because of this service name resolution, we can offer "auto-connect", |
959 | * where we connect to a service without specifying a destination address. | 959 | * where we connect to a service without specifying a destination address. |
960 | * | 960 | * |
961 | * Note : by consulting "errno", the user space caller may learn the cause | 961 | * Note : by consulting "errno", the user space caller may learn the cause |