From 9bbb492489ad0f6303f6754f29d7faac9be590b6 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 1 Nov 2018 04:46:31 +0000 Subject: [PATCH] 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 --- 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)