aboutsummaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
Diffstat (limited to 'src/device')
-rw-r--r--src/device/device_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device_util.c b/src/device/device_util.c
index 2bed4a9585..4526c48f5f 100644
--- a/src/device/device_util.c
+++ b/src/device/device_util.c
@@ -462,7 +462,7 @@ struct resource *probe_resource(device_t dev, unsigned index)
* See if a resource structure already exists for a given index and if not
* allocate one.
*
- * Then initialize the initialize the resource to default values.
+ * Then initialize the resource to default values.
*
* @param dev The device to find the resource on.
* @param index The index of the resource on the device.