summaryrefslogtreecommitdiffstats
path: root/Documentation/userspace-api
diff options
context:
space:
mode:
authorKendra Moore <kendra.j.moore3443@gmail.com>2024-09-13 14:43:19 +0200
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2024-10-08 12:40:47 +0200
commita4e3f00e127c83615a64b09a30304739ff841bb4 (patch)
tree7714aeaad5ebc51f0d9932b6b39600994b276de5 /Documentation/userspace-api
parentmedia: gpio-ir-tx: Remove redundant call to local_irq_disable() (diff)
downloadlinux-a4e3f00e127c83615a64b09a30304739ff841bb4.tar.xz
linux-a4e3f00e127c83615a64b09a30304739ff841bb4.zip
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>
Diffstat (limited to 'Documentation/userspace-api')
-rw-r--r--Documentation/userspace-api/media/rc/lirc-set-send-duty-cycle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/userspace-api/media/rc/lirc-set-send-duty-cycle.rst b/Documentation/userspace-api/media/rc/lirc-set-send-duty-cycle.rst
index 2979752acbcd..a94750d00898 100644
--- a/Documentation/userspace-api/media/rc/lirc-set-send-duty-cycle.rst
+++ b/Documentation/userspace-api/media/rc/lirc-set-send-duty-cycle.rst
@@ -27,7 +27,7 @@ Arguments
File descriptor returned by open().
``duty_cycle``
- Duty cicle, describing the pulse width in percent (from 1 to 99) of
+ Duty cycle, describing the pulse width in percent (from 1 to 99) of
the total cycle. Values 0 and 100 are reserved.
Description