From 4438a65592ab12f6b944fa516685924541e1d8d6 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 30 Jun 2010 18:54:29 +0000 Subject: [PATCH] Fixed grammar in a source code comment. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1800 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 8e429e79d..fda01383e 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2665,7 +2665,7 @@ out_unmap: * srpt_pending_cmd_timeout() - SCST command hw processing timeout callback. * * Called by the SCST core if no IB completion notification has been received - * within than max_hw_pending_time seconds. + * within max_hw_pending_time seconds. */ static void srpt_pending_cmd_timeout(struct scst_cmd *scmnd) {