git: 813aa329c586 - stable/13 - isci(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 02 Apr 2022 13:35:37 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit 813aa329c586e425a61559e7011fd5e7e4e5bde2
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:31:30 +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;