Skip to content

Commit

Permalink
IB/iser: Typo fix (s/destory/destroy/)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
Oliver Pinter authored and Roland Dreier committed Jan 25, 2008
1 parent bd5d7a8 commit 38dc732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/ulp/iser/iser_verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static int iser_create_device_ib_res(struct iser_device *device)
}

/**
* iser_free_device_ib_res - destory/dealloc/dereg the DMA MR,
* iser_free_device_ib_res - destroy/dealloc/dereg the DMA MR,
* CQ and PD created with the device associated with the adapator.
*/
static void iser_free_device_ib_res(struct iser_device *device)
Expand Down

0 comments on commit 38dc732

Please sign in to comment.