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/ircomm | |
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/ircomm')
-rw-r--r-- | net/irda/ircomm/ircomm_param.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/ircomm/ircomm_param.c b/net/irda/ircomm/ircomm_param.c index e5e4792a0314..598dcbe4a501 100644 --- a/net/irda/ircomm/ircomm_param.c +++ b/net/irda/ircomm/ircomm_param.c @@ -496,7 +496,7 @@ static int ircomm_param_poll(void *instance, irda_param_t *param, int get) IRDA_ASSERT(self != NULL, return -1;); IRDA_ASSERT(self->magic == IRCOMM_TTY_MAGIC, return -1;); - /* Poll parameters are always of lenght 0 (just a signal) */ + /* Poll parameters are always of length 0 (just a signal) */ if (!get) { /* Respond with DTE line settings */ ircomm_param_request(self, IRCOMM_DTE, TRUE); |