From: wumingqiao Date: Mon, 16 Jul 2018 07:43:13 +0000 (+0800) Subject: include/utime.h: remove improper comments X-Git-Tag: v14.0.1~605^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7b303d171cb7efa0c960cbf9b926d43f902dcad6;p=ceph.git include/utime.h: remove improper comments Signed-off-by: wumingqiao --- diff --git a/src/include/utime.h b/src/include/utime.h index a0dba3048c2..61fc73f61d1 100644 --- a/src/include/utime.h +++ b/src/include/utime.h @@ -220,7 +220,7 @@ public: // raw seconds. this looks like a relative time. out << (long)sec() << "." << std::setw(6) << usec(); } else { - // localtime. this looks like an absolute time. + // this looks like an absolute time. // aim for http://en.wikipedia.org/wiki/ISO_8601 struct tm bdt; time_t tt = sec(); @@ -249,7 +249,7 @@ public: // raw seconds. this looks like a relative time. out << (long)sec() << "." << std::setw(6) << usec(); } else { - // localtime. this looks like an absolute time. + // this looks like an absolute time. // aim for http://en.wikipedia.org/wiki/ISO_8601 struct tm bdt; time_t tt = sec(); @@ -278,7 +278,7 @@ public: // raw seconds. this looks like a relative time. out << (long)sec() << "." << std::setw(6) << usec(); } else { - // localtime. this looks like an absolute time. + // this looks like an absolute time. // aim for http://en.wikipedia.org/wiki/ISO_8601 struct tm bdt; time_t tt = sec(); @@ -304,7 +304,7 @@ public: // raw seconds. this looks like a relative time. out << (long)sec() << "." << std::setw(6) << usec(); } else { - // localtime. this looks like an absolute time. + // this looks like an absolute time. // aim for http://en.wikipedia.org/wiki/ISO_8601 struct tm bdt; time_t tt = sec();