ata(4): Fix a typo in a source code comment

- s/fuctions/functions/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-07-03 15:12:26 +02:00
parent c7b9006af5
commit 23781068af

View file

@ -768,7 +768,7 @@ driver_t ata_pcichannel_driver = {
DRIVER_MODULE(ata, atapci, ata_pcichannel_driver, NULL, NULL);
/*
* misc support fucntions
* misc support functions
*/
int
ata_legacy(device_t dev)