Skip to content

Commit

Permalink
trivial: fix typo s/ketymap/keymap/ in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Jiri Kosina committed Sep 21, 2009
1 parent fd589a8 commit 36726dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/keyboard/atkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ struct atkbd {
};

/*
* System-specific ketymap fixup routine
* System-specific keymap fixup routine
*/
static void (*atkbd_platform_fixup)(struct atkbd *, const void *data);
static void *atkbd_platform_fixup_data;
Expand Down

0 comments on commit 36726dd

Please sign in to comment.