isp(4): Fix a typo in a source code comment

- s/Constatns/Constants/

Obtained from:	NetBSD
MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-08-02 11:48:46 +02:00
parent 34db0134a6
commit d3367c35cb

View file

@ -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)