summaryrefslogtreecommitdiff
path: root/mixlib/xmix_vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixlib/xmix_vm.h')
-rw-r--r--mixlib/xmix_vm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib/xmix_vm.h b/mixlib/xmix_vm.h
index 0d6605f..35f4259 100644
--- a/mixlib/xmix_vm.h
+++ b/mixlib/xmix_vm.h
@@ -52,7 +52,7 @@ struct mix_vm_t
mix_device_t * devices[BD_NO_];
mix_address_t start_addr; /* start address of loaded file */
GTree *line_table; /* source line no -> address */
- GTree *address_table; /* adress -> source line no */
+ GTree *address_table; /* address -> source line no */
gint8 bp[MEM_CELLS_NO_/8]; /* each bit signals a break point */
mix_vm_clock_t *clock; /* the vm clock */
mix_symbol_table_t *symbol_table;