scst: Fix spelling in a source code comment (merge r7342 from trunk)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7596 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-11-01 04:46:31 +00:00
parent 2c98dbae86
commit 9bbb492489

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)