diff options
author | Erwan Velu <erwan.velu@free.fr> | 2009-04-09 21:53:25 +0200 |
---|---|---|
committer | Erwan Velu <erwan.velu@free.fr> | 2009-04-09 21:53:25 +0200 |
commit | abeec3a3772f316136b9f9edcfe1c810e3b7baac (patch) | |
tree | cf5fdb134964d304498de627db4294f1b2a800cd | |
parent | 91d9f6799af81567fef2770c45379cf61daccd11 (diff) | |
download | hdt-abeec3a3772f316136b9f9edcfe1c810e3b7baac.tar.gz hdt-abeec3a3772f316136b9f9edcfe1c810e3b7baac.tar.xz hdt-abeec3a3772f316136b9f9edcfe1c810e3b7baac.zip |
hdt: Fixing typo. Thx to dag.
Impact: Cosmetic
Typo error
-rw-r--r-- | com32/hdt/hdt-ata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-ata.c b/com32/hdt/hdt-ata.c index eb507d21..76d06cc2 100644 --- a/com32/hdt/hdt-ata.c +++ b/com32/hdt/hdt-ata.c @@ -217,7 +217,7 @@ int get_disk_params(int disk, struct diskinfo *disk_info) memcpy(&dp, __com32.cs_bounce, sizeof(struct device_parameter)); if (outreg.eflags.l & EFLAGS_CF) { - printf("Disk 0x%X doesn't supports EDD 3.0\n", disk); + printf("Disk 0x%X doesn't support EDD 3.0\n", disk); return -1; } |