diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-16 22:43:13 +0900 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-09-17 17:13:31 -0700 |
commit | 35d1efe80500a55f9aa01b305a6714ec78c33764 (patch) | |
tree | dc4a6fe89d1c4c10bf4f50f38eaa909c189de9e5 /drivers/target/target_core_tpg.c | |
parent | 9c58b7ddd70dd7bfaac4ca87131f36d10aaba441 (diff) |
target: Fix minor spelling typos in drivers/target
Correct spelling typo in printk and comment within drivers/target.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_tpg.c')
-rw-r--r-- | drivers/target/target_core_tpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/target_core_tpg.c b/drivers/target/target_core_tpg.c index b8628a5014b..a531fe282b1 100644 --- a/drivers/target/target_core_tpg.c +++ b/drivers/target/target_core_tpg.c @@ -303,7 +303,7 @@ struct se_node_acl *core_tpg_check_initiator_node_acl( } /* * Here we only create demo-mode MappedLUNs from the active - * TPG LUNs if the fabric is not explictly asking for + * TPG LUNs if the fabric is not explicitly asking for * tpg_check_demo_mode_login_only() == 1. */ if ((tpg->se_tpg_tfo->tpg_check_demo_mode_login_only == NULL) || |