diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2023-08-02 09:48:46 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2023-08-02 09:48:46 +0000 |
| commit | d3367c35cb12d4acde62ffbb72740801352cd3fc (patch) | |
| tree | 4b0f8324d42c1c05d54f91972357e4cd767e3c8d /sys/dev/isp | |
| parent | 34db0134a6fdcfc637a81eb09c2e63c3cb225068 (diff) | |
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_target.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
