git: 24a630de8100 - main - arcmsr(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 10:57:52 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=24a630de81007a2fcb6a78739b08b5e000501894 commit 24a630de81007a2fcb6a78739b08b5e000501894 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-10-25 10:57:37 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-10-25 10:57:37 +0000 arcmsr(4): Fix a typo in a source code comment - s/faild/failed/ MFC after: 3 days --- sys/dev/arcmsr/arcmsr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/arcmsr/arcmsr.h b/sys/dev/arcmsr/arcmsr.h index f01b74342d61..16b708cc5f39 100644 --- a/sys/dev/arcmsr/arcmsr.h +++ b/sys/dev/arcmsr/arcmsr.h @@ -1424,7 +1424,7 @@ struct AdapterControlBlock { #define ACB_F_MESSAGE_WQBUFFER_READ 0x0040 #define ACB_F_BUS_RESET 0x0080 #define ACB_F_IOP_INITED 0x0100 /* iop init */ -#define ACB_F_MAPFREESRB_FAILD 0x0200 /* arcmsr_map_freesrb faild */ +#define ACB_F_MAPFREESRB_FAILD 0x0200 /* arcmsr_map_freesrb failed */ #define ACB_F_CAM_DEV_QFRZN 0x0400 #define ACB_F_BUS_HANG_ON 0x0800 /* need hardware reset bus */ #define ACB_F_SRB_FUNCTION_POWER 0x1000