From f2a00f8e7362886d81974d36183238df950f7262 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 20 Jan 2018 16:57:52 +0000 Subject: [PATCH] scst: Fix spelling in a source code comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7342 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_targ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index 0976d7409..f3bcc74f4 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -8367,7 +8367,7 @@ EXPORT_SYMBOL_GPL(scst_register_session); * Description: * Registers new MQ session. Returns new session on success or NULL otherwise. * - * MQ session is asession, which is part of a set of sessions from the same + * MQ session is a session, which is part of a set of sessions from the same * initiator, for instance, one session per CPU. The only difference with * non-MQ sessions is that reservations are not supported on MQ-sessions * (because there is no way to group sessions together from reservations POV)