aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/extres/clk
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/extres/clk')
-rw-r--r--sys/dev/extres/clk/clk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/extres/clk/clk.c b/sys/dev/extres/clk/clk.c
index b26158922d74..b1522eb1d4c2 100644
--- a/sys/dev/extres/clk/clk.c
+++ b/sys/dev/extres/clk/clk.c
@@ -1517,7 +1517,7 @@ clk_get_by_ofw_name(device_t dev, phandle_t cnode, const char *name, clk_t *clk)
/*
* Get "clock-output-names" and (optional) "clock-indices" lists.
- * Both lists are alocated using M_OFWPROP specifier.
+ * Both lists are allocated using M_OFWPROP specifier.
*
* Returns number of items or 0.
*/