diff options
author | lijian <lijian@yulong.com> | 2021-06-10 06:24:13 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-07-12 15:26:01 +0300 |
commit | adb08a09230b8e7337dc162815288a189e9ee30f (patch) | |
tree | ef7ad100fd0cd2159c75d963b70c7049b8ad7a7f /drivers/media/rc | |
parent | e5dd86446fe3ed91b696bb4eced78631f7c7a7d4 (diff) | |
download | linux-adb08a09230b8e7337dc162815288a189e9ee30f.tar.xz |
media: rc: redrat3: Fix a typo
Change 'an' to 'on'.
Signed-off-by: lijian <lijian@yulong.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/rc')
-rw-r--r-- | drivers/media/rc/redrat3.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |