From c3b2f84f39717de065f57a8fbdf7e904a31f721d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 30 Nov 2015 18:24:35 +0100 Subject: [PATCH] Typo fix --- input/drivers_joypad/linuxraw_joypad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/drivers_joypad/linuxraw_joypad.c b/input/drivers_joypad/linuxraw_joypad.c index 69c0fcd1a9..e4bc7a6f17 100644 --- a/input/drivers_joypad/linuxraw_joypad.c +++ b/input/drivers_joypad/linuxraw_joypad.c @@ -162,7 +162,7 @@ static void handle_plugged_pad(void) input_config_autoconfigure_joypad(¶ms); } } - /* Sometimes, device will be created before acess to it is established. */ + /* Sometimes, device will be created before access to it is established. */ else if (event->mask & (IN_CREATE | IN_ATTRIB)) { bool ret;