Message ID | 5nib2kj6uh7lkafrmmwcjpeyvs7megdfmseftkjws2wcuztoyc@yhidnl4ilbok |
---|---|
State | New |
Headers | show |
Series | docs: leds: fix typo in Documentation/leds/leds-mlxcpld.rst | expand |
Aryabhatta Dey <aryabhattadey35@gmail.com> writes: > Change 'cylce' to 'cycle'. > > Signed-off-by: Aryabhatta Dey <aryabhattadey35@gmail.com> > --- > Documentation/leds/leds-mlxcpld.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/leds/leds-mlxcpld.rst b/Documentation/leds/leds-mlxcpld.rst > index 528582429e0b..c520a134d91e 100644 > --- a/Documentation/leds/leds-mlxcpld.rst > +++ b/Documentation/leds/leds-mlxcpld.rst > @@ -115,4 +115,4 @@ Driver provides the following LEDs for the system "msn2100": > - [1,1,1,1] = Blue blink 6Hz > > Driver supports HW blinking at 3Hz and 6Hz frequency (50% duty cycle). > -For 3Hz duty cylce is about 167 msec, for 6Hz is about 83 msec. > +For 3Hz duty cycle is about 167 msec, for 6Hz is about 83 msec. Applied, thanks. jon
diff --git a/Documentation/leds/leds-mlxcpld.rst b/Documentation/leds/leds-mlxcpld.rst index 528582429e0b..c520a134d91e 100644 --- a/Documentation/leds/leds-mlxcpld.rst +++ b/Documentation/leds/leds-mlxcpld.rst @@ -115,4 +115,4 @@ Driver provides the following LEDs for the system "msn2100": - [1,1,1,1] = Blue blink 6Hz Driver supports HW blinking at 3Hz and 6Hz frequency (50% duty cycle). -For 3Hz duty cylce is about 167 msec, for 6Hz is about 83 msec. +For 3Hz duty cycle is about 167 msec, for 6Hz is about 83 msec.
Change 'cylce' to 'cycle'. Signed-off-by: Aryabhatta Dey <aryabhattadey35@gmail.com> --- Documentation/leds/leds-mlxcpld.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)