--- hatari/tests/dbmsg/dbmsg.c 2019/04/09 08:56:16 1.1.1.1 +++ hatari/tests/dbmsg/dbmsg.c 2019/04/09 08:57:29 1.1.1.2 @@ -32,8 +32,8 @@ int main() /* Print NULL-terminated string */ Dbmsg(5, DB_NULLSTRING, (uint32_t)"Please print NULLSTRING"); - /* Print give string (which lenght is encoded to msg_num), - * and invoking debugger / halt + /* Print given string (which length is encoded to msg_num), + * and invoke debugger / halt */ Dbmsg(5, DB_STRING(sizeof(str)-1), (uint32_t)str);