diff options
| author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-11 22:48:58 +0000 |
|---|---|---|
| committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-11 22:48:58 +0000 |
| commit | aa1f17c18d3778b10a93b858c10c075ee023487a (patch) | |
| tree | 7ac8d036c10169cd3bd59df69055150d592491a8 /hw/ide.c | |
| parent | 4a1a170759e7036dd597e1db3bd2a7688760d6d3 (diff) | |
| download | focaccia-qemu-aa1f17c18d3778b10a93b858c10c075ee023487a.tar.gz focaccia-qemu-aa1f17c18d3778b10a93b858c10c075ee023487a.zip | |
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3066 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/ide.c')
| -rw-r--r-- | hw/ide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ide.c b/hw/ide.c index c4fabe6a64..9acb02a85e 100644 --- a/hw/ide.c +++ b/hw/ide.c @@ -1567,7 +1567,7 @@ static void ide_atapi_cmd(IDEState *s) buf[1] = 0x80; /* removable */ buf[2] = 0x00; /* ISO */ buf[3] = 0x21; /* ATAPI-2 (XXX: put ATAPI-4 ?) */ - buf[4] = 31; /* additionnal length */ + buf[4] = 31; /* additional length */ buf[5] = 0; /* reserved */ buf[6] = 0; /* reserved */ buf[7] = 0; /* reserved */ |