Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 04:41:15 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 68edbc8a903f - stable/13 - isp(4): Fix a typo in a source code comment
Message-ID:  <202308050441.3754fFln056918@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=68edbc8a903f3a8df5adbf5d92841447d57d865f

commit 68edbc8a903f3a8df5adbf5d92841447d57d865f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 09:48:46 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-05 04:40:32 +0000

    isp(4): Fix a typo in a source code comment
    
    - s/Constatns/Constants/
    
    Obtained from:  NetBSD
    
    (cherry picked from commit d3367c35cb12d4acde62ffbb72740801352cd3fc)
---
 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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308050441.3754fFln056918>