aboutsummaryrefslogtreecommitdiff
path: root/src/device/device_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/device_util.c')
-rw-r--r--src/device/device_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/device_util.c b/src/device/device_util.c
index 180169da85..d2c99e1980 100644
--- a/src/device/device_util.c
+++ b/src/device/device_util.c
@@ -285,7 +285,7 @@ int path_eq(struct device_path *path1, struct device_path *path2)
equal = (path1->cpu_bus.id == path2->cpu_bus.id);
break;
default:
- printk(BIOS_ERR, "Uknown device type: %d\n", path1->type);
+ printk(BIOS_ERR, "Unknown device type: %d\n", path1->type);
break;
}
@@ -544,7 +544,7 @@ const char *resource_type(struct resource *resource)
/**
* Print the resource that was just stored.
*
- * @param dev The device the stored resorce lives on.
+ * @param dev The device the stored resource lives on.
* @param resource The resource that was just stored.
* @param comment TODO
*/