From: Oliver Pinter Date: Fri, 25 Jan 2008 22:15:32 +0000 (-0800) Subject: IB/iser: Typo fix (s/destory/destroy/) X-Git-Tag: v2.6.25-rc1~1234^2~49 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=38dc732f47948b9f91ae846806159a16aab1015f;p=~emulex%2Finfiniband.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 654a4dce023..91b2b39eb20 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)