]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: fix patchset comment
authorSage Weil <sage@newdream.net>
Fri, 18 Sep 2009 21:05:10 +0000 (14:05 -0700)
committerSage Weil <sage@newdream.net>
Fri, 18 Sep 2009 21:05:10 +0000 (14:05 -0700)
src/kernel/import_patch_set_into_linux_git.sh

index a2c09332fd6d66800e228d6afe309e41ac406b37..ae64aa21e78bcd5f05050308e007b31280a787d4 100755 (executable)
@@ -298,7 +298,7 @@ ceph: messenger library
 A generic message passing library is used to communicate with all
 other components in the Ceph file system.  The messenger library
 provides ordered, reliable delivery of messages between two nodes in
-the system, or notifies the higher layer when it is unable to do so.
+the system.
 
 This implementation is based on TCP.