diff --git a/API/emulation/CPU/Z80.h b/API/emulation/CPU/Z80.h index 8c56299..545dc5d 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -45,8 +45,8 @@ typedef struct { /** The value used as the first argument when calling a callback. * @details This variable should be initialized before using the - * emulator and can be used to reference the context or instance - * of the machine being emulated. */ + * emulator and can be used to reference the context/instance of + * the machine being emulated. */ void *context;