]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
docs: media: fix misspelling in lirc-set-send-duty-cycle
authorKendra Moore <kendra.j.moore3443@gmail.com>
Fri, 13 Sep 2024 12:43:19 +0000 (08:43 -0400)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 8 Oct 2024 10:40:47 +0000 (12:40 +0200)
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>
Documentation/userspace-api/media/rc/lirc-set-send-duty-cycle.rst

index 2979752acbcd2932372b6c34d570cfba7891e771..a94750d00898c4872f28585068e234dbfde96cac 100644 (file)
@@ -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