diff options
author | Thomas Weber <weber@corscience.de> | 2010-09-23 05:46:50 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-09-23 05:46:50 -0400 |
commit | b42e17963c20ecb80905083ceaecc79fd9bd30f1 (patch) | |
tree | b71e8b1caff79d7c0a628ec827d63d745aef6782 /net/irda/irnet | |
parent | 0b1974de66f9ed44f1423449628f4926bf95b854 (diff) |
Fix typo configue => configure in comments
Signed-off-by: Thomas Weber <weber@corscience.de>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/irda/irnet')
-rw-r--r-- | net/irda/irnet/irnet_ppp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/irnet/irnet_ppp.c b/net/irda/irnet/irnet_ppp.c index dfe7b38dd4af..36f43cac8eab 100644 --- a/net/irda/irnet/irnet_ppp.c +++ b/net/irda/irnet/irnet_ppp.c | |||
@@ -663,7 +663,7 @@ dev_irnet_ioctl( | |||
663 | if((val == N_SYNC_PPP) || (val == N_PPP)) | 663 | if((val == N_SYNC_PPP) || (val == N_PPP)) |
664 | { | 664 | { |
665 | DEBUG(FS_INFO, "Entering PPP discipline.\n"); | 665 | DEBUG(FS_INFO, "Entering PPP discipline.\n"); |
666 | /* PPP channel setup (ap->chan in configued in dev_irnet_open())*/ | 666 | /* PPP channel setup (ap->chan in configured in dev_irnet_open())*/ |
667 | lock_kernel(); | 667 | lock_kernel(); |
668 | err = ppp_register_channel(&ap->chan); | 668 | err = ppp_register_channel(&ap->chan); |
669 | if(err == 0) | 669 | if(err == 0) |