projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa1f17c
)
Spelling fix, by Stefan Weil.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 11 Jul 2007 22:50:53 +0000
(22:50 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 11 Jul 2007 22:50:53 +0000
(22:50 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3067
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/fdc.c
patch
|
blob
|
history
diff --git
a/hw/fdc.c
b/hw/fdc.c
index ca2d3207242af7119b9bacd49c85c66a220df186..4f04b729ff179a9bf4e47b65f4089984d0318178 100644
(file)
--- a/
hw/fdc.c
+++ b/
hw/fdc.c
@@
-1268,7
+1268,7
@@
static void fdctrl_format_sector (fdctrl_t *fdctrl)
memset(fdctrl->fifo, 0, FD_SECTOR_LEN);
if (cur_drv->bs == NULL ||
bdrv_write(cur_drv->bs, fd_sector(cur_drv), fdctrl->fifo, 1) < 0) {
- FLOPPY_ERROR("formating sector %d\n", fd_sector(cur_drv));
+ FLOPPY_ERROR("format
t
ing sector %d\n", fd_sector(cur_drv));
fdctrl_stop_transfer(fdctrl, 0x60, 0x00, 0x00);
} else {
if (cur_drv->sect == cur_drv->last_sect) {