diff options
author | 2011-08-23 04:59:11 +0000 | |
---|---|---|
committer | 2011-08-23 04:59:11 +0000 | |
commit | b6cd64c7abb31c4224e72796bcaacf4c752fd717 (patch) | |
tree | dfd3bb356988f1e1ed2e006a05e2810301cefc11 /src/emu/imagedev/flopdrv.h | |
parent | adacaf4eeee85405f89ea45e60bc670fe822e777 (diff) |
"English doesn't borrow from other languages. English follows other languages down dark alleys, knocks them over and goes through their pockets for loose grammar!"
Hand-checked the most popular English word misspellings and made the appropriate changes. Nearly all of the changes made were in commented areas. (no whatsnew)
Diffstat (limited to 'src/emu/imagedev/flopdrv.h')
-rw-r--r-- | src/emu/imagedev/flopdrv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/imagedev/flopdrv.h b/src/emu/imagedev/flopdrv.h index c8f07234a81..0e326a207df 100644 --- a/src/emu/imagedev/flopdrv.h +++ b/src/emu/imagedev/flopdrv.h @@ -87,7 +87,7 @@ struct chrn_id /* set if drive is ready */ #define FLOPPY_DRIVE_READY 0x0010 -/* set if index has just occured */ +/* set if index has just occurred */ #define FLOPPY_DRIVE_INDEX 0x0020 /* a callback which will be executed if the ready state of the drive changes e.g. not ready->ready, ready->not ready */ |