From 395c59cd3aadc11e3e075911ad45839d36a7a98c Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 23 Sep 2009 19:14:02 +0000 Subject: [PATCH] Spell fixes, including "restransmitting" noticed by Gal Rosen git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1137 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qla2x00t/qla2x00-target/README b/qla2x00t/qla2x00-target/README index cc7b5eeda..731208a22 100644 --- a/qla2x00t/qla2x00-target/README +++ b/qla2x00t/qla2x00-target/README @@ -36,7 +36,7 @@ kernel your compiler complains about redefinition of some symbol, you should either switch to vanilla kernel, or add or change as necessary the corresponding to that symbol "#if LINUX_VERSION_CODE" statement. -Befer installation make sure that the link +Before installation make sure that the link "/lib/modules/`you_kernel_version`/build" points to the source code for your currently running kernel. @@ -125,7 +125,7 @@ in/out in Makefile: where those commands were received. Useful for debugging and lead to some performance loss. - - CONFIG_QLA_TGT_DEBUG_SRR - turns on restransmitting packets (SRR) + - CONFIG_QLA_TGT_DEBUG_SRR - turns on retransmitting packets (SRR) debugging. In this mode some CTIOs will be "broken" to force the initiator to issue a retransmit request.