From 9cc65b544c8ecd10a371f8ac29615ce013046c06 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 9 Jun 2010 15:36:16 +0000 Subject: [PATCH] Minor type fixed git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1750 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- doc/scst_user_spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scst_user_spec.txt b/doc/scst_user_spec.txt index cdc140093..0ead6519a 100644 --- a/doc/scst_user_spec.txt +++ b/doc/scst_user_spec.txt @@ -199,7 +199,7 @@ where: each time allocate a dedicated data buffer * SCST_USER_MEM_REUSE_WRITE - memory reuse by only WRITE-type - commands is allowed. For all WRITE-type commands the user space + commands is allowed. For all READ-type commands the user space handler will each time allocate a dedicated data buffer * SCST_USER_MEM_REUSE_ALL - unlimited memory reuse is possible.