git: 7e6f7610cffa - stable/13 - ata(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Jul 2022 02:25:33 UTC
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)