summaryrefslogtreecommitdiff
path: root/src/devices/oprom/yabel/pmm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/oprom/yabel/pmm.h')
-rw-r--r--src/devices/oprom/yabel/pmm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/oprom/yabel/pmm.h b/src/devices/oprom/yabel/pmm.h
index 95645dffdc..3cc3c17ac6 100644
--- a/src/devices/oprom/yabel/pmm.h
+++ b/src/devices/oprom/yabel/pmm.h
@@ -34,7 +34,7 @@ typedef struct {
u8 code[3];
} __attribute__ ((__packed__)) pmm_information_t;
-/* This function is used to setup the PMM struct in virtual memory
+/* This function is used to setup the PMM struct in virtual memory
* at a certain offset */
u8 pmm_setup(u16 segment, u16 offset);