From d3367c35cb12d4acde62ffbb72740801352cd3fc Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Wed, 2 Aug 2023 11:48:46 +0200 Subject: 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(-) (limited to 'sys/dev') 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) -- cgit v1.3