Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 09:49:07 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d3367c35cb12 - main - isp(4): Fix a typo in a source code comment
Message-ID:  <202308020949.3729n7pr074566@gitrepo.freebsd.org>

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

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

commit d3367c35cb12d4acde62ffbb72740801352cd3fc
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 09:48:46 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-02 09:48:46 +0000

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

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?202308020949.3729n7pr074566>