git: 29ed1247ea0a - stable/13 - arcmsr(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Oct 2022 08:56:17 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=29ed1247ea0abb2fbeeb5335cec3e2c4e6c5b57e commit 29ed1247ea0abb2fbeeb5335cec3e2c4e6c5b57e Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-10-25 10:57:37 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-10-28 08:56:03 +0000 arcmsr(4): Fix a typo in a source code comment - s/faild/failed/ (cherry picked from commit 24a630de81007a2fcb6a78739b08b5e000501894) --- 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