Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2022 02:28:46 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f71dfc2f8193 - stable/12 - ata(4): Fix a typo in a source code comment
Message-ID:  <202207080228.2682SkDM014287@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207080228.2682SkDM014287>