From 44beafcfcb9a8c1f87e9ddccc91c4ce7bf42416b Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 20 Dec 2013 12:32:48 +0100 Subject: [PATCH] Fix typo. --- libretro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro.h b/libretro.h index 92e2f2e3ff..209a19c526 100755 --- a/libretro.h +++ b/libretro.h @@ -769,7 +769,7 @@ typedef void (*retro_location_stop_t)(void); typedef bool (*retro_location_get_position_t)(double *lat, double *lon, double *horiz_accuracy, double *vert_accuracy); -// Callback which signals when the camera driver is initialized and/or deinitialized. +// Callback which signals when the location driver is initialized and/or deinitialized. // retro_location_start_t can be called in initialized callback. typedef void (*retro_location_lifetime_status_t)(void);