git: e4c1b3f06019 - main - isci(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Mar 2022 17:30:51 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=e4c1b3f0601997901f1d4aae4579763b03c44439
commit e4c1b3f0601997901f1d4aae4579763b03c44439
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 16:42:11 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-03-28 17:30:31 +0000
isci(4): Fix a typo in a source code comment
- s/recored/recorded/
MFC after: 3 days
---
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;