From: isaac Date: Wed, 6 May 2009 16:18:22 +0000 (+0000) Subject: - fixed a comment typo. X-Git-Tag: v1_8_2_01~1^5~51 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=720fba94bb01f84fe7870eec390586582bb13188;p=fs%2Flustre-release.git - fixed a comment typo. --- 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; }