git: 496c24732c8a - stable/12 - isci(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 13:43:49 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=496c24732c8a6d1c80b415130278580d9b15a27e
commit 496c24732c8a6d1c80b415130278580d9b15a27e
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 16:42:11 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:40:34 +0000
isci(4): Fix a typo in a source code comment
- s/recored/recorded/
(cherry picked from commit e4c1b3f0601997901f1d4aae4579763b03c44439)
---
sys/dev/isci/scil/scic_sds_remote_node_context.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/isci/scil/scic_sds_remote_node_context.h b/sys/dev/isci/scil/scic_sds_remote_node_context.h
index 3eb9011a5b79..73cc0caf671f 100644
--- a/sys/dev/isci/scil/scic_sds_remote_node_context.h
+++ b/sys/dev/isci/scil/scic_sds_remote_node_context.h
@@ -266,7 +266,7 @@ typedef struct SCIC_SDS_REMOTE_NODE_CONTEXT
U16 remote_node_index;
/**
- * This field is the recored suspension code or the reason for the remote node
+ * This field is the recorded suspension code or the reason for the remote node
* context suspension.
*/
U32 suspension_code;