From a46907c720b2cc1c12da072a63be96228db61fbb Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 14 Nov 2010 08:29:00 +0000 Subject: [PATCH] Fixed a typo in source code comments: attepts -> attempts. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2702 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/src/scst_main.c b/scst/src/scst_main.c index 1aa9a19ce..50adaaa69 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -388,7 +388,7 @@ EXPORT_SYMBOL(__scst_register_target_template_non_gpl); * * Target drivers supposed to behave sanely and not call register() * and unregister() randomly sinultaneously. Also it is supposed that - * no attepts to create new targets for this vtt will be done in a race + * no attempts to create new targets for this vtt will be done in a race * with this function. */ void scst_unregister_target_template(struct scst_tgt_template *vtt) @@ -580,7 +580,7 @@ static inline int test_sess_list(struct scst_tgt *tgt) /** * scst_unregister_target() - unregister target. * - * It is supposed that no attepts to create new sessions for this + * It is supposed that no attempts to create new sessions for this * target will be done in a race with this function. */ void scst_unregister_target(struct scst_tgt *tgt)