git: 23781068af7a - main - ata(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Jul 2022 13:12:38 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=23781068af7ae7af1fc99126f38fc97e3722633d
commit 23781068af7ae7af1fc99126f38fc97e3722633d
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-07-03 13:12:26 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-07-03 13:12:26 +0000
ata(4): Fix a typo in a source code comment
- s/fuctions/functions/
MFC after: 3 days
---
sys/dev/ata/ata-pci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c
index 41e2dcabf749..f431dbf77cef 100644
--- a/sys/dev/ata/ata-pci.c
+++ b/sys/dev/ata/ata-pci.c
@@ -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)