]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
video: fbdev-MMP: Fix a typo for the word "destroyed"
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 24 Nov 2014 14:55:23 +0000 (15:55 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 25 Nov 2014 10:54:17 +0000 (12:54 +0200)
A word was corrected in the description for a parameter of
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 43ed576f76fb499fc6d55049beb24d6897944b19..a0f496049db7dcae8b2b2fbf833de980297e2ab4 100644 (file)
@@ -224,7 +224,7 @@ EXPORT_SYMBOL_GPL(mmp_register_path);
 
 /*
  * mmp_unregister_path - unregister and destroy path
- * @p: path to be destoried.
+ * @p: path to be destroyed.
  *
  * this function registers path and destroys it.
  */