diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-06-13 20:42:57 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-06-24 20:01:24 +0400 |
commit | 5d831be27289c244969cbe6a3b87cbc0b44b1532 (patch) | |
tree | 7760a1ec0069867e5c775836f706296987eb4d6f /block | |
parent | 10358b6a1cc466a7d6e6d78364c972935634bdb7 (diff) |
Fix new typos (found by codespell)
* accomodate -> accommodate
* aquiring -> acquiring
* beacuse -> because
* loosing -> losing
* prefering -> preferring
* threshhold -> threshold
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'block')
-rw-r--r-- | block/iscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/iscsi.c b/block/iscsi.c index 84aa22a62e..f3e83e2332 100644 --- a/block/iscsi.c +++ b/block/iscsi.c @@ -101,7 +101,7 @@ typedef struct IscsiAIOCB { #define ISCSI_CMD_RETRIES ARRAY_SIZE(iscsi_retry_times) static const unsigned iscsi_retry_times[] = {8, 32, 128, 512, 2048}; -/* this threshhold is a trade-off knob to choose between +/* this threshold is a trade-off knob to choose between * the potential additional overhead of an extra GET_LBA_STATUS request * vs. unnecessarily reading a lot of zero sectors over the wire. * If a read request is greater or equal than ISCSI_CHECKALLOC_THRES |