From: Kendra Moore Date: Fri, 13 Sep 2024 12:43:19 +0000 (-0400) Subject: docs: media: fix misspelling in lirc-set-send-duty-cycle X-Git-Tag: v6.13-rc1~149^2~230 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4e3f00e127c83615a64b09a30304739ff841bb4;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Sean Young Signed-off-by: Hans Verkuil --- 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 2979752acbcd2..a94750d00898c 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