diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-08-28 17:53:07 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-09-03 16:20:35 +0100 |
commit | 1eb21c428b1e8c9845c82c152a75d046fb19d6fe (patch) | |
tree | 06e58175eb364a40bb82150960a7a8f0c6efeb01 /include/exec | |
parent | 358f6348df5ad785c7c18be659d4ff9a2174635f (diff) | |
download | qemu-1eb21c428b1e8c9845c82c152a75d046fb19d6fe.zip qemu-1eb21c428b1e8c9845c82c152a75d046fb19d6fe.tar.gz qemu-1eb21c428b1e8c9845c82c152a75d046fb19d6fe.tar.bz2 |
include/exec/cpu-defs.h: fix typo
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190828165307.18321-10-alex.bennee@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/exec')
-rw-r--r-- | include/exec/cpu-defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h index 189709b..be946ba 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 { |