From 899a3b38f5172d70360396caeebb5b694638282e Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 16 Oct 2021 08:09:31 +0200 Subject: Fix two typos in source code comments - s/alocated/allocated/ - s/realocated/reallocated/ MFC after: 3 days --- sys/dev/extres/clk/clk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/extres') 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. */ -- cgit v1.2.3