Skip to content

Commit

Permalink
target: fix comment typos
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
  • Loading branch information
Andy Grover authored and Nicholas Bellinger committed Feb 25, 2012
1 parent e35fa8c commit 644df69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/target/target_core_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -593,12 +593,12 @@ struct se_cmd {
};

struct se_tmr_req {
/* Task Management function to be preformed */
/* Task Management function to be performed */
u8 function;
/* Task Management response to send */
u8 response;
int call_transport;
/* Reference to ITT that Task Mgmt should be preformed */
/* Reference to ITT that Task Mgmt should be performed */
u32 ref_task_tag;
/* 64-bit encoded SAM LUN from $FABRIC_MOD TMR header */
u64 ref_task_lun;
Expand Down

0 comments on commit 644df69

Please sign in to comment.