diff options
author | Maxime Jayat <maxime@artisandeveloppeur.fr> | 2013-10-12 03:29:46 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-14 17:31:06 +0400 |
commit | 3f79410c7c9c8ef33ccff60c61e1f1166f5ed64a (patch) | |
tree | ccfb1e1e68c140af1c2440b9b547506617d0d247 /drivers/media/rc/keymaps | |
parent | 1a49123b34346154ffd70f0b60dce007f1605676 (diff) | |
download | linux-3f79410c7c9c8ef33ccff60c61e1f1166f5ed64a.tar.xz |
treewide: Fix common typo in "identify"
Correct common misspelling of "identify" as "indentify" throughout
the kernel
Signed-off-by: Maxime Jayat <maxime@artisandeveloppeur.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/rc/keymaps')
-rw-r--r-- | drivers/media/rc/keymaps/rc-dib0700-nec.c | 2 | ||||
-rw-r--r-- | drivers/media/rc/keymaps/rc-dib0700-rc5.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/rc/keymaps/rc-dib0700-nec.c b/drivers/media/rc/keymaps/rc-dib0700-nec.c index 4d13a7f2e5c3..492a05ade7e1 100644 --- a/drivers/media/rc/keymaps/rc-dib0700-nec.c +++ b/drivers/media/rc/keymaps/rc-dib0700-nec.c @@ -5,7 +5,7 @@ * TODO: This table is a real mess, as it merges RC codes from several * devices into a big table. It also has both RC-5 and NEC codes inside. * It should be broken into small tables, and the protocols should properly - * be indentificated. + * be identificated. * * The table were imported from dib0700_devices.c. * diff --git a/drivers/media/rc/keymaps/rc-dib0700-rc5.c b/drivers/media/rc/keymaps/rc-dib0700-rc5.c index ba81d9697cfc..454ea596a7ee 100644 --- a/drivers/media/rc/keymaps/rc-dib0700-rc5.c +++ b/drivers/media/rc/keymaps/rc-dib0700-rc5.c @@ -5,7 +5,7 @@ * TODO: This table is a real mess, as it merges RC codes from several * devices into a big table. It also has both RC-5 and NEC codes inside. * It should be broken into small tables, and the protocols should properly - * be indentificated. + * be identificated. * * The table were imported from dib0700_devices.c. * |