]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
include/utime.h: remove improper comments 23066/head
authorwumingqiao <wumingqiao@inspur.com>
Mon, 16 Jul 2018 07:43:13 +0000 (15:43 +0800)
committerwumingqiao <wumingqiao@inspur.com>
Mon, 16 Jul 2018 07:43:13 +0000 (15:43 +0800)
Signed-off-by: wumingqiao <wumingqiao@inspur.com>
src/include/utime.h

index a0dba3048c2887ca70fdd0fa28dd5a99837866ef..61fc73f61d1796f41d47cd150ed07caf9dbed2e6 100644 (file)
@@ -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();