--- hatari/src/debug/breakcond.c 2019/04/09 08:50:20 1.1.1.3 +++ hatari/src/debug/breakcond.c 2019/04/09 08:51:58 1.1.1.4 @@ -737,7 +737,7 @@ static bool BreakCond_ParseRegister(cons return true; } /* Exact UAE core 32-bit PC & 16-bit SR register values - * can be gotten only through AUE accessors, not directly + * can be gotten only through UAE accessors, not directly */ if (strcasecmp(regname, "PC") == 0) { bc_value->bits = 32;