From: Bryan O'Donoghue Date: Sun, 16 Aug 2015 23:57:16 +0000 (+0100) Subject: greybus: interface: change typo replicable => replaceable X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1266 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=464dc8cbdeb4a58791b9b6dc90e17e4b4f7d0d90;p=karo-tx-linux.git greybus: interface: change typo replicable => replaceable 'user-replicable' means something that a user can replicate. 'user-replaceable' means something that a user can replace. We defintely mean to say replaceable not replicable here. Signed-off-by: Bryan O'Donoghue Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/interface.c b/drivers/staging/greybus/interface.c index 4a26bf6f714c..c5211a313d34 100644 --- a/drivers/staging/greybus/interface.c +++ b/drivers/staging/greybus/interface.c @@ -109,7 +109,7 @@ int gb_create_bundle_connection(struct gb_interface *intf, u8 class) } /* - * A Greybus module represents a user-replicable component on an Ara + * A Greybus module represents a user-replaceable component on an Ara * phone. An interface is the physical connection on that module. A * module may have more than one interface. *