From: Oliver Pinter Date: Fri, 25 Jan 2008 22:15:32 +0000 (-0800) Subject: IB/iser: Typo fix (s/destory/destroy/) X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=38dc732f47948b9f91ae846806159a16aab1015f;p=deliverable%2Flinux.git IB/iser: Typo fix (s/destory/destroy/) Signed-off-by: Oliver Pinter Signed-off-by: Roland Dreier --- diff --git a/drivers/infiniband/ulp/iser/iser_verbs.c b/drivers/infiniband/ulp/iser/iser_verbs.c index 654a4dce0236..91b2b39eb20c 100644 --- a/drivers/infiniband/ulp/iser/iser_verbs.c +++ b/drivers/infiniband/ulp/iser/iser_verbs.c @@ -105,7 +105,7 @@ pd_err: } /** - * 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)