mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
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>
This commit is contained in:
parent
0fbe394a64
commit
df59feb197
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue