From ceebaece42e5b5fdcab21662b10d9834d7a0de67 Mon Sep 17 00:00:00 2001 From: Lusamine <30205550+Lusamine@users.noreply.github.com> Date: Wed, 25 Nov 2020 08:09:37 -0600 Subject: [PATCH] Correct some occurrences of "occured" --- emummc/source/libs/fatfs/ff.c | 2 +- exosphere/mariko_fatal/source/fatfs/ff.c | 2 +- fusee/fusee-primary/src/exception_handlers_asm.s | 2 +- fusee/fusee-primary/src/lib/fatfs/ff.c | 2 +- fusee/fusee-secondary/src/exception_handlers_asm.s | 2 +- fusee/fusee-secondary/src/lib/fatfs/ff.c | 2 +- sept/sept-secondary/src/exception_handlers_asm.s | 2 +- sept/sept-secondary/src/lib/fatfs/ff.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/emummc/source/libs/fatfs/ff.c b/emummc/source/libs/fatfs/ff.c index bdab26d42..50105173e 100644 --- a/emummc/source/libs/fatfs/ff.c +++ b/emummc/source/libs/fatfs/ff.c @@ -3304,7 +3304,7 @@ static FRESULT find_volume ( /* FR_OK(0): successful, !=0: an error occurred */ } if (fmt == 4) { EFSPRINTF("BRNL"); - return FR_DISK_ERR; /* An error occurred in the disk I/O layer */ + return FR_DISK_ERR; /* An error occured in the disk I/O layer */ } if (fmt >= 2) { EFSPRINTF("NOFAT"); diff --git a/exosphere/mariko_fatal/source/fatfs/ff.c b/exosphere/mariko_fatal/source/fatfs/ff.c index 54ffd7ddb..3e8d435a5 100644 --- a/exosphere/mariko_fatal/source/fatfs/ff.c +++ b/exosphere/mariko_fatal/source/fatfs/ff.c @@ -3441,7 +3441,7 @@ static FRESULT mount_volume ( /* FR_OK(0): successful, !=0: an error occurred /* Find an FAT volume on the drive */ fmt = find_volume(fs, LD2PT(vol)); - if (fmt == 4) return FR_DISK_ERR; /* An error occurred in the disk I/O layer */ + if (fmt == 4) return FR_DISK_ERR; /* An error occured in the disk I/O layer */ if (fmt >= 2) return FR_NO_FILESYSTEM; /* No FAT volume is found */ bsect = fs->winsect; /* Volume location */ diff --git a/fusee/fusee-primary/src/exception_handlers_asm.s b/fusee/fusee-primary/src/exception_handlers_asm.s index db61e5083..4404c565a 100644 --- a/fusee/fusee-primary/src/exception_handlers_asm.s +++ b/fusee/fusee-primary/src/exception_handlers_asm.s @@ -19,7 +19,7 @@ ldr sp, =_regs stmia sp!, {r0-r7} - /* Adjust lr to make it point to the location where the exception occurred. */ + /* Adjust lr to make it point to the location where the exception occured. */ mrs r1, spsr tst r1, #0x20 subeq lr, lr, #\lr_arm_displ diff --git a/fusee/fusee-primary/src/lib/fatfs/ff.c b/fusee/fusee-primary/src/lib/fatfs/ff.c index 3542fcf21..e114a97b5 100644 --- a/fusee/fusee-primary/src/lib/fatfs/ff.c +++ b/fusee/fusee-primary/src/lib/fatfs/ff.c @@ -3284,7 +3284,7 @@ static FRESULT find_volume ( /* FR_OK(0): successful, !=0: an error occurred */ fmt = bsect ? check_fs(fs, bsect) : 3; /* Check the partition */ } while (LD2PT(vol) == 0 && fmt >= 2 && ++i < 4); } - if (fmt == 4) return FR_DISK_ERR; /* An error occurred in the disk I/O layer */ + if (fmt == 4) return FR_DISK_ERR; /* An error occured in the disk I/O layer */ if (fmt >= 2) return FR_NO_FILESYSTEM; /* No FAT volume is found */ /* An FAT volume is found (bsect). Following code initializes the filesystem object */ diff --git a/fusee/fusee-secondary/src/exception_handlers_asm.s b/fusee/fusee-secondary/src/exception_handlers_asm.s index db61e5083..4404c565a 100644 --- a/fusee/fusee-secondary/src/exception_handlers_asm.s +++ b/fusee/fusee-secondary/src/exception_handlers_asm.s @@ -19,7 +19,7 @@ ldr sp, =_regs stmia sp!, {r0-r7} - /* Adjust lr to make it point to the location where the exception occurred. */ + /* Adjust lr to make it point to the location where the exception occured. */ mrs r1, spsr tst r1, #0x20 subeq lr, lr, #\lr_arm_displ diff --git a/fusee/fusee-secondary/src/lib/fatfs/ff.c b/fusee/fusee-secondary/src/lib/fatfs/ff.c index 3542fcf21..e114a97b5 100644 --- a/fusee/fusee-secondary/src/lib/fatfs/ff.c +++ b/fusee/fusee-secondary/src/lib/fatfs/ff.c @@ -3284,7 +3284,7 @@ static FRESULT find_volume ( /* FR_OK(0): successful, !=0: an error occurred */ fmt = bsect ? check_fs(fs, bsect) : 3; /* Check the partition */ } while (LD2PT(vol) == 0 && fmt >= 2 && ++i < 4); } - if (fmt == 4) return FR_DISK_ERR; /* An error occurred in the disk I/O layer */ + if (fmt == 4) return FR_DISK_ERR; /* An error occured in the disk I/O layer */ if (fmt >= 2) return FR_NO_FILESYSTEM; /* No FAT volume is found */ /* An FAT volume is found (bsect). Following code initializes the filesystem object */ diff --git a/sept/sept-secondary/src/exception_handlers_asm.s b/sept/sept-secondary/src/exception_handlers_asm.s index db61e5083..4404c565a 100644 --- a/sept/sept-secondary/src/exception_handlers_asm.s +++ b/sept/sept-secondary/src/exception_handlers_asm.s @@ -19,7 +19,7 @@ ldr sp, =_regs stmia sp!, {r0-r7} - /* Adjust lr to make it point to the location where the exception occurred. */ + /* Adjust lr to make it point to the location where the exception occured. */ mrs r1, spsr tst r1, #0x20 subeq lr, lr, #\lr_arm_displ diff --git a/sept/sept-secondary/src/lib/fatfs/ff.c b/sept/sept-secondary/src/lib/fatfs/ff.c index 3542fcf21..e114a97b5 100644 --- a/sept/sept-secondary/src/lib/fatfs/ff.c +++ b/sept/sept-secondary/src/lib/fatfs/ff.c @@ -3284,7 +3284,7 @@ static FRESULT find_volume ( /* FR_OK(0): successful, !=0: an error occurred */ fmt = bsect ? check_fs(fs, bsect) : 3; /* Check the partition */ } while (LD2PT(vol) == 0 && fmt >= 2 && ++i < 4); } - if (fmt == 4) return FR_DISK_ERR; /* An error occurred in the disk I/O layer */ + if (fmt == 4) return FR_DISK_ERR; /* An error occured in the disk I/O layer */ if (fmt >= 2) return FR_NO_FILESYSTEM; /* No FAT volume is found */ /* An FAT volume is found (bsect). Following code initializes the filesystem object */