everywhere: fix typos
Fix a lot of typos Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
parent
210ed711a3
commit
9713f0d47c
331 changed files with 478 additions and 478 deletions
|
@ -75,7 +75,7 @@ ACCESS_RW = 1 << 1 # read or write permission
|
|||
|
||||
def create_gdt_pseudo_desc(addr, size):
|
||||
"""Create pseudo GDT descriptor"""
|
||||
debug("create pseudo decriptor: %x %x" % (addr, size))
|
||||
debug("create pseudo descriptor: %x %x" % (addr, size))
|
||||
# ...and take back one byte for the Intel god whose Ark this is...
|
||||
size = size - 1
|
||||
return struct.pack(GDT_PD_FMT, size, addr, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue