PATCH: irda typo fixes

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 8 Apr 2003 01:38:09 +0100


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.67/net/irda/irlap_event.c linux-2.5.67-ac1/net/irda/irlap_event.c
--- linux-2.5.67/net/irda/irlap_event.c 2003-04-08 00:37:40.000000000 +0100
+++ linux-2.5.67-ac1/net/irda/irlap_event.c 2003-04-03 16:57:13.000000000 +0100
@@ -1038,7 +1038,7 @@
* we send 2000B packets, we may wait another
* 1000B until our turnaround expire. That's
* why we need to be proactive in avoiding
- * comming here. - Jean II
+ * coming here. - Jean II
*/
return -EPROTO;
}
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.67/net/irda/irlmp.c linux-2.5.67-ac1/net/irda/irlmp.c
--- linux-2.5.67/net/irda/irlmp.c 2003-04-08 00:37:40.000000000 +0100
+++ linux-2.5.67-ac1/net/irda/irlmp.c 2003-04-03 16:57:13.000000000 +0100
@@ -925,7 +925,7 @@
* Now, check all discovered devices (if any), and notify client
* only about the services that the client is interested in
* We also notify only about the new devices unless the caller
- * explicity request a dump of the log. Jean II
+ * explicitly request a dump of the log. Jean II
*/
discoveries = irlmp_copy_discoveries(log, &number,
client->hint_mask.word,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/