Whamcloud - gitweb
- fixed a comment typo.
authorisaac <isaac>
Wed, 6 May 2009 16:07:37 +0000 (16:07 +0000)
committerisaac <isaac>
Wed, 6 May 2009 16:07:37 +0000 (16:07 +0000)
lnet/klnds/o2iblnd/o2iblnd_cb.c

index b55e06d..c03526b 100644 (file)
@@ -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;
                 }