Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2022 02:25:33 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: 7e6f7610cffa - stable/13 - ata(4): Fix a typo in a source code comment
Message-ID:  <202207080225.2682PXCl013631@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

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

commit 7e6f7610cffa3cf1933b264a40c8a9c4b71ef76d
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:23:56 +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 578f719f40e4..31cc3ad15583 100644
--- a/sys/dev/ata/ata-pci.c
+++ b/sys/dev/ata/ata-pci.c
@@ -770,7 +770,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?202207080225.2682PXCl013631>