diff options
author | Joe Perches <joe@perches.com> | 2007-12-20 14:00:51 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-12-20 14:00:51 -0800 |
commit | cc53ded272ecf8d62c9f3b48baadc5165a0b6d7b (patch) | |
tree | 66ea64454d4913d0c72910056d9152566ac44549 /net/irda/irlap_frame.c | |
parent | 5e8e034cc5154abd639aa5c05d13e24e535c6a9c (diff) |
[IRDA]: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/irda/irlap_frame.c')
-rw-r--r-- | net/irda/irlap_frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/irlap_frame.c b/net/irda/irlap_frame.c index 4f3764546b2..7c132d6342a 100644 --- a/net/irda/irlap_frame.c +++ b/net/irda/irlap_frame.c @@ -144,7 +144,7 @@ void irlap_send_snrm_frame(struct irlap_cb *self, struct qos_info *qos) frame->control = SNRM_CMD | PF_BIT; /* - * If we are establishing a connection then insert QoS paramerters + * If we are establishing a connection then insert QoS parameters */ if (qos) { skb_put(tx_skb, 9); /* 25 left */ |