src/device: Fix typo

Change-Id: I65e57b37db9649b30ca25b2150f21ebffee73105
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/27917
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
diff --git a/src/device/cardbus_device.c b/src/device/cardbus_device.c
index 2924f89..b572e85 100644
--- a/src/device/cardbus_device.c
+++ b/src/device/cardbus_device.c
@@ -75,7 +75,7 @@
 	if (resource) {
 		min_size = resource->size;
 		/*
-		 * Always allocate at least the miniumum size to a
+		 * Always allocate at least the minimum size to a
 		 * cardbus bridge in case a new card is plugged in.
 		 */
 		if (resource->size < min_size)