greybus: ap: fix typo in comment

Fix typo in svc_hotplug comment.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
diff --git a/drivers/staging/greybus/ap.c b/drivers/staging/greybus/ap.c
index d5edef9..10f3b4d 100644
--- a/drivers/staging/greybus/ap.c
+++ b/drivers/staging/greybus/ap.c
@@ -169,7 +169,7 @@
 	case SVC_HOTPLUG_EVENT:
 		/* Add a new module to the system */
 		if (payload_length < 0x03) {
-			/* Hotplug message is at lest 3 bytes big */
+			/* Hotplug message is at least 3 bytes big */
 			dev_err(hd->parent,
 				"Illegal size of svc hotplug message %d\n",
 				payload_length);