diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2010-01-19 13:25:31 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2010-01-19 13:25:31 +0000 |
| commit | 44f39e7d59b9324d343a79afe27103910a0cdcb0 (patch) | |
| tree | c7850e4553ec53b024676c68ce5bb6e68a003ce4 /sys/dev/ata | |
| parent | f59a7ba7ba323fde7b173e9db16acf70538793c5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/chipsets/ata-amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/chipsets/ata-amd.c b/sys/dev/ata/chipsets/ata-amd.c index 22ca546786ff..589ffa0e8cb8 100644 --- a/sys/dev/ata/chipsets/ata-amd.c +++ b/sys/dev/ata/chipsets/ata-amd.c @@ -61,7 +61,7 @@ static int ata_amd_setmode(device_t dev, int target, int mode); #define AMD_CABLE 0x02 /* - * American Micro Devices (AMD) chipset support functions + * Advanced Micro Devices (AMD) chipset support functions */ static int ata_amd_probe(device_t dev) |
