diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2014-06-07 13:31:29 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-06-11 20:37:50 +0200 |
commit | 209238755a0efaba26622c4160969391dfa5a39f (patch) | |
tree | 3e0e2f0164f5c7fb62cf727e4eca4f555e455dd2 /src/device/device_util.c | |
parent | ac1b875b554f45b0c98d375369119495b7ad2a2a (diff) | |
download | coreboot-209238755a0efaba26622c4160969391dfa5a39f.tar.xz |
device/device_util.c: Fix wording in comment of `new_resource()`
Change-Id: Ieb0d5de37870a359f3a7ea1543640e26f86c1684
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/5952
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/device/device_util.c')
-rw-r--r-- | src/device/device_util.c | 2 |
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. |