From: Jonathan Neuschäfer Date: Sat, 5 Sep 2020 15:10:16 +0000 (+0200) Subject: clk: imx: gate2: Fix a few typos X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b0772b4d95b1341d1f0f273894b999aa6b0916ba;p=linux.git clk: imx: gate2: Fix a few typos A few words were misspelled in this comment. Signed-off-by: Jonathan Neuschäfer Reviewed-by: Stephen Boyd Signed-off-by: Shawn Guo --- diff --git a/drivers/clk/imx/clk-gate2.c b/drivers/clk/imx/clk-gate2.c index 512f6756d644e..7eed7083f46e2 100644 --- a/drivers/clk/imx/clk-gate2.c +++ b/drivers/clk/imx/clk-gate2.c @@ -16,7 +16,7 @@ #include "clk.h" /** - * DOC: basic gatable clock which can gate and ungate it's ouput + * DOC: basic gateable clock which can gate and ungate its output * * Traits of this clock: * prepare - clk_(un)prepare only ensures parent is (un)prepared