diff mbox series

media: rc: redrat3: Fix a typo

Message ID 20210610032413.35868-1-lijian_8010a29@163.com
State New
Headers show
Series media: rc: redrat3: Fix a typo | expand

Commit Message

lijian_8010a29@163.com June 10, 2021, 3:24 a.m. UTC
From: lijian <lijian@yulong.com>

Change 'an' to 'on'.

Signed-off-by: lijian <lijian@yulong.com>
---
 drivers/media/rc/redrat3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/media/rc/redrat3.c b/drivers/media/rc/redrat3.c
index 2cf3377ec63a..ac85464864b9 100644
--- a/drivers/media/rc/redrat3.c
+++ b/drivers/media/rc/redrat3.c
@@ -6,7 +6,7 @@ 
  *  based heavily on the work of Stephen Cox, with additional
  *  help from RedRat Ltd.
  *
- * This driver began life based an an old version of the first-generation
+ * This driver began life based on an old version of the first-generation
  * lirc_mceusb driver from the lirc 0.7.2 distribution. It was then
  * significantly rewritten by Stephen Cox with the aid of RedRat Ltd's
  * Chris Dodge.