diff options
author | Uwe Zeisberger <Uwe_Zeisberger@digi.com> | 2006-03-21 18:21:33 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-03-21 18:21:33 -0500 |
commit | 80682fa9f70932950c913fd10411c004c4c2e8b0 (patch) | |
tree | 696d4e63124bd6b73c8ec25ee81185545f0cf828 /drivers/block/cciss.c | |
parent | 7ad4a5d56874b37ad24d89aae2f8d192ba7b1521 (diff) |
Fix "frist", "fisrt", typos
Signed-off-by: Uwe Zeisberger <Uwe_Zeisberger@digi.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/block/cciss.c')
-rw-r--r-- | drivers/block/cciss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 0d65394707db..62b6f9da60b2 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -2137,7 +2137,7 @@ static void start_io( ctlr_info_t *h) | |||
2137 | break; | 2137 | break; |
2138 | } | 2138 | } |
2139 | 2139 | ||
2140 | /* Get the frist entry from the Request Q */ | 2140 | /* Get the first entry from the Request Q */ |
2141 | removeQ(&(h->reqQ), c); | 2141 | removeQ(&(h->reqQ), c); |
2142 | h->Qdepth--; | 2142 | h->Qdepth--; |
2143 | 2143 | ||