From: Alex Bennée Date: Wed, 28 Aug 2019 16:53:07 +0000 (+0100) Subject: include/exec/cpu-defs.h: fix typo X-Git-Tag: v4.2.0-rc0~194^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eb21c428b1e8c9845c82c152a75d046fb19d6fe;p=thirdparty%2Fqemu.git include/exec/cpu-defs.h: fix typo Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson Reviewed-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Message-id: 20190828165307.18321-10-alex.bennee@linaro.org Signed-off-by: Peter Maydell --- diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h index 189709b6deb..be946ba1ce5 100644 --- a/include/exec/cpu-defs.h +++ b/include/exec/cpu-defs.h @@ -231,7 +231,7 @@ typedef struct CPUTLB { } CPUTLB; #endif /* !CONFIG_USER_ONLY && CONFIG_TCG */ /* - * 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 {