]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
bufferlist.cc fix typo in output 8580/head
authorWillem Jan Withagen <wjw@digiware.nl>
Wed, 13 Apr 2016 11:04:04 +0000 (13:04 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Wed, 13 Apr 2016 11:04:04 +0000 (13:04 +0200)
copy_out_bench needs to say that is has used copy_out

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/test/bufferlist.cc

index b25740777682a073a6eef53c0bc5684c2806c261..43eb76d8362a320b77ef138488252f8e826a1bdf 100644 (file)
@@ -763,7 +763,7 @@ TEST(BufferPtr, copy_out_bench) {
     }
     utime_t end = ceph_clock_now(NULL);
     cout << count << " fills of buffer len " << buflen
-        << " with " << s << " byte copy_in in "
+        << " with " << s << " byte copy_out in"
         << (end - start) << std::endl;
   }
 }