aboutsummaryrefslogtreecommitdiff
path: root/linux-user/flat.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/flat.h')
-rw-r--r--linux-user/flat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/flat.h b/linux-user/flat.h
index 1e44b33443..ed518e2013 100644
--- a/linux-user/flat.h
+++ b/linux-user/flat.h
@@ -43,7 +43,7 @@ struct flat_hdr {
abi_ulong reloc_count; /* Number of relocation records */
abi_ulong flags;
abi_ulong build_date; /* When the program/library was built */
- abi_ulong filler[5]; /* Reservered, set to zero */
+ abi_ulong filler[5]; /* Reserved, set to zero */
};
#define FLAT_FLAG_RAM 0x0001 /* load program entirely into RAM */