git: d3367c35cb12 - main - isp(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Aug 2023 09:49:07 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=d3367c35cb12d4acde62ffbb72740801352cd3fc commit d3367c35cb12d4acde62ffbb72740801352cd3fc Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-08-02 09:48:46 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-08-02 09:48:46 +0000 isp(4): Fix a typo in a source code comment - s/Constatns/Constants/ Obtained from: NetBSD MFC after: 3 days --- 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)