Explorar o código

mtd: ts5500_flash: Fix typo in MODULE_DESCRIPTION in ts5500_flash.c

This patch fixes a spelling typo in MODULE_DESCRIPTION in
ts5500_flash.c.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
[ Brian: fixed grammar in a spelling patch :) ]
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Masanari Iida %!s(int64=10) %!d(string=hai) anos
pai
achega
9cd5196ed2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/mtd/maps/ts5500_flash.c

+ 1 - 1
drivers/mtd/maps/ts5500_flash.c

@@ -117,5 +117,5 @@ module_exit(cleanup_ts5500_map);
 
 
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Sean Young <sean@mess.org>");
 MODULE_AUTHOR("Sean Young <sean@mess.org>");
-MODULE_DESCRIPTION("MTD map driver for Techology Systems TS-5500 board");
+MODULE_DESCRIPTION("MTD map driver for Technology Systems TS-5500 board");