summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/module.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2014-11-21 11:26:30 +0530
committerGreg Kroah-Hartman <greg@kroah.com>2014-11-21 12:25:57 -0800
commit696e0ccabd45d4aabf22d2b4a035c3b144a1607c (patch)
treefc321e158b97d42bdc6ca445690f920c28d2f34c /drivers/staging/greybus/module.c
parentde3557d927735d14a16e44475c078d6ff3060d10 (diff)
greybus: Random spell fixes
Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/module.c')
-rw-r--r--drivers/staging/greybus/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/module.c b/drivers/staging/greybus/module.c
index f432bea3c818..f72e6aef4dc4 100644
--- a/drivers/staging/greybus/module.c
+++ b/drivers/staging/greybus/module.c
@@ -68,7 +68,7 @@ struct device_type greybus_module_type = {
};
/*
- * A Greybus module represents a user-replacable component on an Ara
+ * A Greybus module represents a user-replicable component on an Ara
* phone.
*
* Create a gb_module structure to represent a discovered module.