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
This commit is contained in:
Bart Van Assche
2018-01-20 16:57:52 +00:00
parent 4555e7c553
commit f2a00f8e73

View File

@@ -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)