From a3573de9d7a3bf396b1c6ee0a9a3c4662fca134d Mon Sep 17 00:00:00 2001 From: redcode Date: Sat, 3 Nov 2018 02:21:57 +0100 Subject: [PATCH] Doxygen comments. --- API/emulation/CPU/Z80.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/emulation/CPU/Z80.h b/API/emulation/CPU/Z80.h index 0a3e29e..1feaa44 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -51,7 +51,7 @@ typedef struct { void *context; /** CPU registers and internal bits. - * @details It contains the values of the registers, as well as the + * @details It contains the state of the registers, as well as the * interruption flip-flops, variables related to interruptions and * other necessary flags. This is what a debugger should use as its * data source. */