video: fbdev-MMP: Fix typos for the word "destroy"
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 24 Nov 2014 14:50:15 +0000 (15:50 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 25 Nov 2014 10:54:17 +0000 (12:54 +0200)
Two mistyped words were corrected in the description for
the mmp_unregister_path() function.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/mmp/core.c

index b563b920f15941b356d39b6703856aadd92f6dbd..43ed576f76fb499fc6d55049beb24d6897944b19 100644 (file)
@@ -223,10 +223,10 @@ struct mmp_path *mmp_register_path(struct mmp_path_info *info)
 EXPORT_SYMBOL_GPL(mmp_register_path);
 
 /*
- * mmp_unregister_path - unregister and destory path
+ * mmp_unregister_path - unregister and destroy path
  * @p: path to be destoried.
  *
- * this function registers path and destorys it.
+ * this function registers path and destroys it.
  */
 void mmp_unregister_path(struct mmp_path *path)
 {