From e1b457387bebdbf6a5c66d4afec93dd5f118de4a Mon Sep 17 00:00:00 2001 From: isaac Date: Wed, 6 May 2009 16:07:37 +0000 Subject: [PATCH] - fixed a comment typo. --- lnet/klnds/o2iblnd/o2iblnd_cb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/klnds/o2iblnd/o2iblnd_cb.c b/lnet/klnds/o2iblnd/o2iblnd_cb.c index b55e06d..c03526b 100644 --- a/lnet/klnds/o2iblnd/o2iblnd_cb.c +++ b/lnet/klnds/o2iblnd/o2iblnd_cb.c @@ -1440,7 +1440,7 @@ kiblnd_send (lnet_ni_t *ni, void *private, lnet_msg_t *lntmsg) tx = kiblnd_get_idle_tx(ni); if (tx == NULL) { - CERROR("Can allocate txd for GET to %s: \n", + CERROR("Can't allocate txd for GET to %s: \n", libcfs_nid2str(target.nid)); return -ENOMEM; } -- 1.8.3.1