From 77baa86e0e04c871e48cc384ab11a6b56566cd4b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 3 Nov 2015 05:25:32 +0000 Subject: [PATCH] qla2x00t: Source code comment spelling fix git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6570 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x_tgt_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/qla2x_tgt_def.h b/qla2x00t/qla2x_tgt_def.h index 28bf9ee47..0957ecb31 100644 --- a/qla2x00t/qla2x_tgt_def.h +++ b/qla2x00t/qla2x_tgt_def.h @@ -633,7 +633,7 @@ typedef struct { * ISP queue - ABTS received/response entries structure definition for 24xx. */ #define ABTS_RECV_24XX 0x54 /* ABTS received (for 24xx) */ -#define ABTS_RESP_24XX 0x55 /* ABTS responce (for 24xx) */ +#define ABTS_RESP_24XX 0x55 /* ABTS response (for 24xx) */ typedef struct { uint8_t entry_type; /* Entry type. */