From: Willem Jan Withagen Date: Wed, 13 Apr 2016 11:04:04 +0000 (+0200) Subject: bufferlist.cc fix typo in output X-Git-Tag: v11.0.0~867^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bd5c845e9e250053c1c32d0b9e6e2cd3a1965ff0;p=ceph.git bufferlist.cc fix typo in output copy_out_bench needs to say that is has used copy_out Signed-off-by: Willem Jan Withagen --- diff --git a/src/test/bufferlist.cc b/src/test/bufferlist.cc index b2574077768..43eb76d8362 100644 --- a/src/test/bufferlist.cc +++ b/src/test/bufferlist.cc @@ -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; } }