From cf536e76b3a47f73d42d0cecdfbeff2c938cbd2d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 22 Dec 2014 13:08:34 +0000 Subject: [PATCH] Spelling fix: choosen -> chosen git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5953 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/README | 2 +- scst/README_in-tree | 2 +- srpt/README | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scst/README b/scst/README index c2d6555c5..ac19e55ce 100644 --- a/scst/README +++ b/scst/README @@ -1088,7 +1088,7 @@ Each vdisk_fileio's device has the following attributes in reported in the SCSI device identification VPD page. If eui64_id has been set the value of this attribute is reported as the EUI-64 ID. The first three bytes of an EUI-64 ID are a so-called organizationally - unique identifier (OUI). The remaining bytes may be choosen by the + unique identifier (OUI). The remaining bytes may be chosen by the organization that owns the OUI. For more information about OUIs, see also http://standards.ieee.org/develop/regauth/oui/public.html. diff --git a/scst/README_in-tree b/scst/README_in-tree index 67210ed60..553fac3e6 100644 --- a/scst/README_in-tree +++ b/scst/README_in-tree @@ -935,7 +935,7 @@ Each vdisk_fileio's device has the following attributes in reported in the SCSI device identification VPD page. If eui64_id has been set the value of this attribute is reported as the EUI-64 ID. The first three bytes of an EUI-64 ID are a so-called organizationally - unique identifier (OUI). The remaining bytes may be choosen by the + unique identifier (OUI). The remaining bytes may be chosen by the organization that owns the OUI. For more information about OUIs, see also http://standards.ieee.org/develop/regauth/oui/public.html. diff --git a/srpt/README b/srpt/README index 0d805bdb3..b051f835f 100644 --- a/srpt/README +++ b/srpt/README @@ -56,10 +56,10 @@ The ib_srpt kernel module supports the following parameters: GUID (e.g. 0002:c903:0005:f34a). 3. Access control configuration per HCA port and referring to a HCA via its port GID (e.g. fe80:0000:0000:0000:0002:c903:0005:f34b). - Mode (1) is choosen if both one_target_per_port and - use_node_guid_in_target_name are false. Mode (2) is choosen if + Mode (1) is chosen if both one_target_per_port and + use_node_guid_in_target_name are false. Mode (2) is chosen if one_target_per_port is false and use_node_guid_in_target_name is true. Mode - (3) is choosen if one_target_per_port is true. This last mode is the + (3) is chosen if one_target_per_port is true. This last mode is the default mode. * rdma_cm_port (number) A 16-bit number that specifies the port number to be registered via the @@ -362,7 +362,7 @@ Performance Notes - Target Side improves performance compared to debug mode. * When using high-latency storage devices (hard disks), the default value - choosen by SCST for DEVICE.threads_num should be fine. When using + chosen by SCST for DEVICE.threads_num should be fine. When using low-latency storage devices though (SSDs), DEVICE.threads_num should be set to 1 or 2 in /etc/scst.conf in order to reach optimal performance for small block sizes (e.g. 4 KB).