aboutsummaryrefslogtreecommitdiff
path: root/src/device/cardbus_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/cardbus_device.c')
-rw-r--r--src/device/cardbus_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/cardbus_device.c b/src/device/cardbus_device.c
index 2924f89765..b572e85dde 100644
--- a/src/device/cardbus_device.c
+++ b/src/device/cardbus_device.c
@@ -75,7 +75,7 @@ static void cardbus_size_bridge_resource(struct device *dev, unsigned int index)
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)