diff options
| author | andvar <andvar@NetBSD.org> | 2023-06-01 20:15:16 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2023-06-01 20:15:16 +0000 |
| commit | 7d1223f4b54e7be2fb50112f54531b032149a482 (patch) | |
| tree | 111a71773c2bd320c9ffc48cc0aa1e9307732dfb /sys/dev | |
| parent | 3f075c13e2c8ce648d8857dc10ba1661b2e3c181 (diff) | |
fix various typos in comments.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/isp_target.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/isp_target.h b/sys/dev/ic/isp_target.h index e1ef0bab11c..d731da53ee3 100644 --- a/sys/dev/ic/isp_target.h +++ b/sys/dev/ic/isp_target.h @@ -1,4 +1,4 @@ --/* $NetBSD: isp_target.h,v 1.26 2009/06/25 23:44:02 mjacob Exp $ */ +-/* $NetBSD: isp_target.h,v 1.27 2023/06/01 20:15:16 andvar Exp $ */ /*- * Copyright (c) 1997-2008 by Matthew Jacob * All rights reserved. @@ -90,7 +90,7 @@ typedef struct isp_notify { if (isp->isp_dblev & ISP_LOGTDEBUG2) isp_print_qentry(isp, msg, idx, arg) /* - * Special Constatns + * Special Constants */ #define INI_ANY ((uint64_t) -1) #define VALID_INI(ini) (ini != INI_NONE && ini != INI_ANY) |
