git: 68edbc8a903f - stable/13 - isp(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 04:41:15 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=68edbc8a903f3a8df5adbf5d92841447d57d865f
commit 68edbc8a903f3a8df5adbf5d92841447d57d865f
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 09:48:46 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-05 04:40:32 +0000
isp(4): Fix a typo in a source code comment
- s/Constatns/Constants/
Obtained from: NetBSD
(cherry picked from commit d3367c35cb12d4acde62ffbb72740801352cd3fc)
---
sys/dev/isp/isp_target.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h
index 1650c4f4dd54..8c09a54cb04c 100644
--- a/sys/dev/isp/isp_target.h
+++ b/sys/dev/isp/isp_target.h
@@ -71,7 +71,7 @@ typedef struct isp_notify {
} isp_notify_t;
/*
- * Special Constatns
+ * Special Constants
*/
#define INI_ANY ((uint64_t) -1)
#define VALID_INI(ini) (ini != INI_NONE && ini != INI_ANY)