diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index c44623fe9c488309790b209823f4b308ba87a948..a522dbbc01b9983b9b7f10c46d66b8409732f631 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -2442,7 +2442,7 @@ void __clk_free_clk(struct clk *clk) * * clk_register is the primary interface for populating the clock tree with new * clock nodes. It returns a pointer to the newly allocated struct clk which - * cannot be dereferenced by driver code but may be used in conjuction with the + * cannot be dereferenced by driver code but may be used in conjunction with the * rest of the clock API. In the event of an error clk_register will return an * error code; drivers must test for an error code after calling clk_register. */