git: f71dfc2f8193 - stable/12 - ata(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 08 Jul 2022 02:28:46 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=f71dfc2f81930da0b61f30db33f16a29fb8568d9

commit f71dfc2f81930da0b61f30db33f16a29fb8568d9
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-07-03 13:12:26 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-07-08 02:27:41 +0000

    ata(4): Fix a typo in a source code comment
    
    - s/fuctions/functions/
    
    (cherry picked from commit 23781068af7ae7af1fc99126f38fc97e3722633d)
---
 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 b18d187d1ad0..7fc912722bbe 100644
--- a/sys/dev/ata/ata-pci.c
+++ b/sys/dev/ata/ata-pci.c
@@ -778,7 +778,7 @@ driver_t ata_pcichannel_driver = {
 DRIVER_MODULE(ata, atapci, ata_pcichannel_driver, ata_devclass, NULL, NULL);
 
 /*
- * misc support fucntions
+ * misc support functions
  */
 int
 ata_legacy(device_t dev)