diff options
author | Dr. David Alan Gilbert | 2019-11-04 19:52:02 +0100 |
---|---|---|
committer | Laurent Vivier | 2019-11-06 17:19:40 +0100 |
commit | df59feb197cda31a8b807c13bf509259db9e018f (patch) | |
tree | b4b7e303da46615f35630214f3be9ac76f040c37 /scripts | |
parent | hw/misc/grlib_ahb_apb_pnp: Fix 8-bit accesses (diff) | |
download | qemu-df59feb197cda31a8b807c13bf509259db9e018f.tar.gz qemu-df59feb197cda31a8b807c13bf509259db9e018f.tar.xz qemu-df59feb197cda31a8b807c13bf509259db9e018f.zip |
global: Squash 'the the'
'the' has a tendency to double up; squash them back down.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191104185202.102504-1-dgilbert@redhat.com>
[lv: removed disas/libvixl/vixl/invalset.h change]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/dump-guest-memory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dump-guest-memory.py b/scripts/dump-guest-memory.py index 2c587cbefc..9371e45813 100644 --- a/scripts/dump-guest-memory.py +++ b/scripts/dump-guest-memory.py @@ -170,7 +170,7 @@ class ELF(object): self.ehdr.e_phnum += 1 def to_file(self, elf_file): - """Writes all ELF structures to the the passed file. + """Writes all ELF structures to the passed file. Structure: Ehdr |