From d1f80a38fcb9ad3dbebbe71a538feffe0515356c Mon Sep 17 00:00:00 2001 From: Themaister Date: Wed, 18 Dec 2013 19:34:51 +0100 Subject: [PATCH] Fix typo. --- libretro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro.h b/libretro.h index c1c1c6cf17..c584786949 100755 --- a/libretro.h +++ b/libretro.h @@ -612,7 +612,7 @@ struct retro_perf_counter bool registered; }; -// Returns current time in microsec sec. Tries to use the most accurate timer available. +// Returns current time in microseconds. Tries to use the most accurate timer available. typedef retro_time_t (*retro_perf_get_time_usec_t)(void); // A simple counter. Usually nanoseconds, but can also be CPU cycles. // Can be used directly if desired (when creating a more sophisticated performance counter system).