From 7ee528e1f2c04ce0f9b3818b1e5121498e2973d6 Mon Sep 17 00:00:00 2001 From: Diego Viola Date: Thu, 3 Nov 2016 21:10:12 -0200 Subject: [PATCH] Fix typo --- cheevos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheevos.c b/cheevos.c index a391d032fd..2b94c5c4a3 100644 --- a/cheevos.c +++ b/cheevos.c @@ -930,7 +930,7 @@ void cheevos_parse_guest_addr(cheevos_var_t *var, unsigned value) break; } - /* HACK subtract the correct ammount of bytes to reach the save RAM */ + /* HACK subtract the correct amount of bytes to reach the save RAM */ if (i == 0 && cheevos_locals.console_id == CHEEVOS_CONSOLE_NINTENDO) var->value -= 0x6000; else