Skip to content

Commit 2b2d9ef

Browse files
JuliaLawallarndb
authored andcommitted
ARM: omap1: htc_herald: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Reviewed-by: Aaro Koskinen <aaro.koskinen@iki.fi> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent ec8f128 commit 2b2d9ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-omap1/board-htcherald.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ static const unsigned int htc_herald_keymap[] = {
170170
KEY(3, 0, KEY_VOLUMEUP), /* Volume up */
171171
KEY(4, 0, KEY_F2), /* Right bar (landscape) */
172172
KEY(5, 0, KEY_MAIL), /* Win key (portrait) */
173-
KEY(6, 0, KEY_DIRECTORY), /* Right bar (protrait) */
173+
KEY(6, 0, KEY_DIRECTORY), /* Right bar (portrait) */
174174
KEY(0, 1, KEY_LEFTCTRL), /* Windows key */
175175
KEY(1, 1, KEY_COMMA),
176176
KEY(2, 1, KEY_M),

0 commit comments

Comments
 (0)