From 209238755a0efaba26622c4160969391dfa5a39f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 7 Jun 2014 13:31:29 +0200 Subject: device/device_util.c: Fix wording in comment of `new_resource()` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ieb0d5de37870a359f3a7ea1543640e26f86c1684 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/5952 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/device/device_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device') 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. -- cgit v1.2.3