From aa1f17c18d3778b10a93b858c10c075ee023487a Mon Sep 17 00:00:00 2001 From: ths Date: Wed, 11 Jul 2007 22:48:58 +0000 Subject: Spelling fixes, by Stefan Weil. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3066 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/ide.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/ide.c') diff --git a/hw/ide.c b/hw/ide.c index c4fabe6..9acb02a 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 */ -- cgit v1.1