git: b971c51a4d94 - main - aic7xxx: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 21:03:58 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=b971c51a4d9498c26079fd8229f7af6ef1585020
commit b971c51a4d9498c26079fd8229f7af6ef1585020
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-22 20:47:23 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-22 20:47:23 +0000
aic7xxx: Fix two typos in source code comments
- s/recevied/received/
MFC after: 3 days
---
sys/dev/aic7xxx/aic79xx.seq | 2 +-
sys/dev/aic7xxx/aic7xxx.seq | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/dev/aic7xxx/aic79xx.seq b/sys/dev/aic7xxx/aic79xx.seq
index 118c4f187486..85957102eb5e 100644
--- a/sys/dev/aic7xxx/aic79xx.seq
+++ b/sys/dev/aic7xxx/aic79xx.seq
@@ -1198,7 +1198,7 @@ mesgin_complete:
test SEQ_FLAGS, NOT_IDENTIFIED jnz mesgin_proto_violation;
/*
- * If we recevied good status but never successfully sent the
+ * If we received good status but never successfully sent the
* cdb, abort the command.
*/
test SCB_SCSI_STATUS,0xff jnz complete_accepted;
diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq
index 1ae250d880bf..a94e2dae4149 100644
--- a/sys/dev/aic7xxx/aic7xxx.seq
+++ b/sys/dev/aic7xxx/aic7xxx.seq
@@ -1639,7 +1639,7 @@ mesgin_complete:
test SEQ_FLAGS, NOT_IDENTIFIED jnz mesgin_proto_violation;
/*
- * If we recevied good status but never successfully sent the
+ * If we received good status but never successfully sent the
* cdb, abort the command.
*/
test SCB_SCSI_STATUS,0xff jnz complete_accepted;