diff mbox

[TRIVIAL] opensm/osm_vl15intf.c: Fix commentary typo

Message ID 5087F040.6020900@dev.mellanox.co.il (mailing list archive)
State Rejected
Delegated to: Alex Netes
Headers show

Commit Message

Hal Rosenstock Oct. 24, 2012, 1:42 p.m. UTC
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
---
 opensm/osm_vl15intf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Alex Netes Oct. 25, 2012, 3:31 p.m. UTC | #1
Hi Hal,

On 09:42 Wed 24 Oct     , Hal Rosenstock wrote:
> 
> Signed-off-by: Hal Rosenstock <hal@mellanox.com>
> ---

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/opensm/osm_vl15intf.c b/opensm/osm_vl15intf.c
index 253578b..f85252c 100644
--- a/opensm/osm_vl15intf.c
+++ b/opensm/osm_vl15intf.c
@@ -346,7 +346,7 @@  void osm_vl15_shutdown(IN osm_vl15_t * p_vl, IN osm_mad_pool_t * p_mad_pool)
 	/* we only should get here after the VL15 interface was initialized */
 	CL_ASSERT(p_vl->state == OSM_VL15_STATE_READY);
 
-	/* grap a lock on the object */
+	/* grab a lock on the object */
 	cl_spinlock_acquire(&p_vl->lock);
 
 	/* go over all outstanding MADs and retire their transactions */