Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: media: fix misspelling in lirc-set-send-duty-cycle

Corrected a minor misspelling on line 30. This patch changes
'cicle' to 'cycle'.

Signed-off-by: Kendra Moore <kendra.j.moore3443@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Kendra Moore and committed by
Hans Verkuil
a4e3f00e 4738cae3

+1 -1
+1 -1
Documentation/userspace-api/media/rc/lirc-set-send-duty-cycle.rst
··· 27 27 File descriptor returned by open(). 28 28 29 29 ``duty_cycle`` 30 - Duty cicle, describing the pulse width in percent (from 1 to 99) of 30 + Duty cycle, describing the pulse width in percent (from 1 to 99) of 31 31 the total cycle. Values 0 and 100 are reserved. 32 32 33 33 Description