From: isaac Date: Wed, 6 May 2009 16:07:37 +0000 (+0000) Subject: - fixed a comment typo. X-Git-Tag: v1_9_180~11 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e1b457387bebdbf6a5c66d4afec93dd5f118de4a;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; }