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.c | |
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.c')
-rw-r--r-- | src/emu/imagedev/flopdrv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/imagedev/flopdrv.c b/src/emu/imagedev/flopdrv.c index 4fb50ff082d..87f220289fd 100644 --- a/src/emu/imagedev/flopdrv.c +++ b/src/emu/imagedev/flopdrv.c @@ -342,7 +342,7 @@ int floppy_drive_get_flag_state(device_t *img, int flag) drive_flags = drv->flags; - /* these flags are independant of a real drive/disk image */ + /* these flags are independent of a real drive/disk image */ flags |= drive_flags & (FLOPPY_DRIVE_READY | FLOPPY_DRIVE_INDEX); flags &= flag; |