summaryrefslogtreecommitdiff
path: root/le/le_object_table_entry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'le/le_object_table_entry.hpp')
-rw-r--r--le/le_object_table_entry.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/le/le_object_table_entry.hpp b/le/le_object_table_entry.hpp
index 7b97873..c456a15 100644
--- a/le/le_object_table_entry.hpp
+++ b/le/le_object_table_entry.hpp
@@ -29,7 +29,7 @@ enum class ObjectFlags {
struct ObjectTableEntry {
Value32 virtual_size;
Offset32 reloc_base_address;
- Value32 ojbect_flags;
+ Value32 object_flags;
Value32 page_table_index;
Value32 nr_page_table_entries;
Value32 reserved;