include/exec/cpu-defs.h: fix typo

Backports commit 1eb21c428b1e8c9845c82c152a75d046fb19d6fe from qemu
This commit is contained in:
Alex Bennée 2019-11-19 00:03:21 -05:00 committed by Lioncash
parent f4be234ab8
commit a2585ba590
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -200,7 +200,7 @@ typedef struct CPUTLBDesc {
int invalid_error;
/*
* This structure must be placed in ArchCPU immedately
* This structure must be placed in ArchCPU immediately
* before CPUArchState, as a field named "neg".
*/
typedef struct CPUNegativeOffsetState {