From fb2c5be9c38eae0e8388c82c44ffd39824f129d0 Mon Sep 17 00:00:00 2001 From: gaojiazhen Date: Thu, 12 Oct 2023 08:00:53 +0000 Subject: [PATCH] =?UTF-8?q?update=20display=5Fserver/drivers/hal/base/src/?= =?UTF-8?q?timestamp.cpp.=20=E5=88=A0=E9=99=A4=E6=B3=A8=E9=87=8A=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=AC=94=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaojiazhen --- display_server/drivers/hal/base/src/timestamp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display_server/drivers/hal/base/src/timestamp.cpp b/display_server/drivers/hal/base/src/timestamp.cpp index 1137218..d1f7cf3 100644 --- a/display_server/drivers/hal/base/src/timestamp.cpp +++ b/display_server/drivers/hal/base/src/timestamp.cpp @@ -31,7 +31,7 @@ TimeType SteadyClockMicroSeconds() } // Class std::chrono::system_clock represents the system-wide real time wall clock. -// It may not be monotonic: on most systems, the system time can be adjusted at any mo/ment. +// It may not be monotonic: on most systems, the system time can be adjusted at any moment. TimeType SystemClockMicroSeconds() { auto tp = std::chrono::time_point_cast(std::chrono::system_clock::now()); -- Gitee